Explicitly disable vnc on ppc
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fcb535a1df
commit
13a5acab2a
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@
|
|||
notify:
|
||||
- restart openstack-nova-compute
|
||||
when: not inventory_hostname.startswith('fed-cloud-ppc')
|
||||
- ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vnc_enabled value=False
|
||||
notify:
|
||||
- restart openstack-nova-compute
|
||||
when: inventory_hostname.startswith('fed-cloud-ppc')
|
||||
- ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vncserver_listen value=0.0.0.0
|
||||
notify:
|
||||
- restart openstack-nova-compute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue