Skip to content
Snippets Groups Projects
Commit e1e8533c authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Drop RDP console variables

These are noop after Hyper-V support was removed.

Change-Id: Ib451b154893e5cedc366aed83c35f48d92c7ab82
parent 21f5a026
No related branches found
No related tags found
No related merge requests found
......@@ -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"
#######################
......
......@@ -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``.
......
......@@ -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"
##############################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment