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:
Marc Gariepy 2017-04-10 14:34:06 -04:00 committed by Kevin Carter (cloudnull)
parent 5e30aa98d9
commit fa3797d857
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
- name: Reload Nginx
systemd:
name: nginx
enabled: yes
state: reloaded
register: nova_nginx_restart
until: nova_nginx_restart | success