From 247da4666d9bd267a7e8cddcd8c11984d80f7d42 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Thu, 22 Mar 2018 17:55:17 +0800
Subject: [PATCH] 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
---
 ansible/group_vars/all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index 7bc5d64ed1..9e6c71cbe9 100644
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -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