Support OSP8 adjusting eventlet_server keystone workers.
Change-Id: Iae7c1b6bc57c3b599ac31d7d7ebc7668d9a70bb6
This commit is contained in:
parent
ee77618d7f
commit
8be1458254
@ -47,6 +47,8 @@
|
||||
- { section: DEFAULT, option: debug, value: False }
|
||||
- { section: DEFAULT, option: public_workers, value: "{{ workers }}" }
|
||||
- { section: DEFAULT, option: admin_workers, value: "{{ workers }}" }
|
||||
- { section: eventlet_server, option: public_workers, value: "{{ workers }}" }
|
||||
- { section: eventlet_server, option: admin_workers, value: "{{ workers }}" }
|
||||
when: "'eventlet' in '{{ keystone_deployment }}'"
|
||||
|
||||
- name: Unconfigure keystone in httpd if eventlet
|
||||
|
Loading…
x
Reference in New Issue
Block a user