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

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
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.