Fix the novnc valid options for all.yml
the valid option support [none, novnc, spice, rdp] [0], but all.yml miss it. this ps to fix it [0]: https://github.com/openstack/kolla-ansible/blob/master/etc/kolla/globals.yml#L136 Change-Id: I133b85b0fbc632b049542512bcbe5b2c533084b1
This commit is contained in:
parent
bc5c9560a5
commit
247da4666d
@ -344,7 +344,7 @@ openstack_service_rpc_workers: "{{ [ansible_processor_vcpus, 3]|min }}"
|
||||
# Optionally allow Kolla to set sysctl values
|
||||
set_sysctl: "yes"
|
||||
|
||||
# Valid options are [ novnc, spice ]
|
||||
# Valid options are [ none, novnc, spice, rdp ]
|
||||
nova_console: "novnc"
|
||||
|
||||
# OpenStack authentication string. You should only need to override these if you
|
||||
|
Loading…
x
Reference in New Issue
Block a user