diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 9e7b6ac861..a59c398c7a 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -431,8 +431,6 @@ rabbitmq_epmd_port: "4369" redis_port: "6379" redis_sentinel_port: "26379" -rdp_port: "8001" - sahara_api_port: "8386" searchlight_api_port: "9393" @@ -913,7 +911,7 @@ nova_backend: "{{ 'rbd' if nova_backend_ceph | bool else 'default' }}" nova_compute_virt_type: "kvm" nova_instance_datadir_volume: "nova_compute" nova_safety_upgrade: "no" -# Valid options are [ none, novnc, spice, rdp ] +# Valid options are [ none, novnc, spice ] nova_console: "novnc" ####################### diff --git a/doc/source/reference/compute/nova-guide.rst b/doc/source/reference/compute/nova-guide.rst index 06096ab260..dd470e67a6 100644 --- a/doc/source/reference/compute/nova-guide.rst +++ b/doc/source/reference/compute/nova-guide.rst @@ -51,7 +51,7 @@ Consoles ======== The console driver may be selected via ``nova_console`` in ``globals.yml``. -Valid options are ``none``, ``novnc``, ``spice``, or ``rdp``. Additionally, +Valid options are ``none``, ``novnc`` and ``spice``. Additionally, serial console support can be enabled by setting ``enable_nova_serialconsole_proxy`` to ``yes``. diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index ca7e2074bb..4d5348728e 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -513,7 +513,7 @@ # new version. And opposite. #nova_safety_upgrade: "no" -# Valid options are [ none, novnc, spice, rdp ] +# Valid options are [ none, novnc, spice ] #nova_console: "novnc" ##############################