Enable Nginx for nova-placement
On CentOS the default is to have service disabled, this ensure nginx is enabled. Closes-bug: 1681533 Change-Id: I98018fca9c277248b77b60081ea560c012b370af
This commit is contained in:
parent
5e30aa98d9
commit
fa3797d857
@ -77,6 +77,7 @@
|
||||
- name: Reload Nginx
|
||||
systemd:
|
||||
name: nginx
|
||||
enabled: yes
|
||||
state: reloaded
|
||||
register: nova_nginx_restart
|
||||
until: nova_nginx_restart | success
|
||||
|
Loading…
Reference in New Issue
Block a user