Merge "Variable undefined fix in gather keystone metadata"
This commit is contained in:
commit
89aa899e52
@ -63,8 +63,8 @@
|
|||||||
|
|
||||||
- name: Set keystone httpd worker facts
|
- name: Set keystone httpd worker facts
|
||||||
set_fact:
|
set_fact:
|
||||||
openstack_keystone_admin_workers_processes: "{{ keystone_admin_workers_processes.stdout }}"
|
openstack_keystone_admin_workers_processes: "{{ keystone_admin_worker_processes.stdout }}"
|
||||||
openstack_keystone_admin_workers_threads: "{{ keystone_admin_workers_threads.stdout }}"
|
openstack_keystone_admin_workers_threads: "{{ keystone_admin_worker_threads.stdout }}"
|
||||||
openstack_keystone_main_workers_processes: "{{ keystone_main_workers_processes.stdout }}"
|
openstack_keystone_main_workers_processes: "{{ keystone_main_worker_processes.stdout }}"
|
||||||
openstack_keystone_main_workers_threads: "{{ keystone_main_workers_threads.stdout }}"
|
openstack_keystone_main_workers_threads: "{{ keystone_main_worker_threads.stdout }}"
|
||||||
when: keystone_in_eventlet.stdout|int == 0
|
when: keystone_in_eventlet.stdout|int == 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user