Files
nova/releasenotes/notes/remove-hyperv-94d5bfd8a539fe9f.yaml
T
Ghanshyam Mann 3e47439a68 HyperV: Remove RDP console connection information API
The RDP console was only available for HyperV driver, therefore its
connection information via API ``os-console-auth-tokens`` will now return
HTTP ``400 (BadRequest)`` error.

Starting from 2.31 microversion, this API return connection info
for all other console type.

Change-Id: I94e590eb4cbe3b2d8eff7fe881f7b98af8979be2
2024-02-13 19:28:07 +00:00

37 lines
1.4 KiB
YAML

---
upgrade:
- |
The ``HyperV`` virt driver has been removed. It was deprecated in the
Nova 27.2.0 (Antelope) release. This driver was untested and has no
maintainers. In addition, it has a dependency on the OpenStack Winstacker
project that also has been retired.
The RDP console was only available for the HyperV driver, therefore its
connection information via below API ``os-console-auth-tokens`` will now
return HTTP ``400 (BadRequest)`` error:
* Show Console Connection Information:
GET /os-console-auth-tokens/{console_token}
The following config options which only apply for the ``HyperV`` virt
driver also been removed:
* ``[hyperv] dynamic_memory_ratio``
* ``[hyperv] enable_instance_metrics_collection``
* ``[hyperv] instances_path_share``
* ``[hyperv] limit_cpu_features``
* ``[hyperv] mounted_disk_query_retry_count``
* ``[hyperv] mounted_disk_query_retry_interval``
* ``[hyperv] power_state_check_timeframe``
* ``[hyperv] power_state_event_polling_interval``
* ``[hyperv] qemu_img_cmd``
* ``[hyperv] vswitch_name``
* ``[hyperv] wait_soft_reboot_seconds``
* ``[hyperv] config_drive_cdrom``
* ``[hyperv] config_drive_inject_password``
* ``[hyperv] volume_attach_retry_count``
* ``[hyperv] volume_attach_retry_interval``
* ``[hyperv] enable_remotefx``
* ``[hyperv] use_multipath_io``
* ``[hyperv] iscsi_initiator_list``