Support OSP8 adjusting eventlet_server keystone workers.

Change-Id: Iae7c1b6bc57c3b599ac31d7d7ebc7668d9a70bb6
This commit is contained in:
Alex Krzos 2015-12-09 13:27:46 -05:00
parent ee77618d7f
commit 8be1458254

View File

@ -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