From 46aa92874e89658cf6f54a108e08aa6f618ce36f Mon Sep 17 00:00:00 2001 From: Logan V Date: Mon, 5 Mar 2018 21:58:45 -0600 Subject: [PATCH] Switch console to novnc --- openstack_deploy/user_variables.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack_deploy/user_variables.yml b/openstack_deploy/user_variables.yml index 14126b1..c96f3e2 100644 --- a/openstack_deploy/user_variables.yml +++ b/openstack_deploy/user_variables.yml @@ -26,6 +26,9 @@ global_environment_variables: neutron_l2_population: True neutron_vxlan_group: +# Enable novnc instead of spice +nova_console_type: novnc + ## Ceph cluster fsid (must be generated before first run) ## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))' generate_fsid: false