diff --git a/doc/source/reference/compute/hyperv-guide.rst b/doc/source/reference/compute/hyperv-guide.rst index ae4e21802157813d3ed750b88635a685a8c3c6cb..ec626673276dea2110e61af6a89a22be572c1405 100644 --- a/doc/source/reference/compute/hyperv-guide.rst +++ b/doc/source/reference/compute/hyperv-guide.rst @@ -4,6 +4,10 @@ Nova HyperV =========== +.. note:: + + Hyper-V support has been deprecated and will be removed in the Victoria cycle. + Overview ~~~~~~~~ Currently, Kolla can deploy the following OpenStack services for Hyper-V: diff --git a/doc/source/reference/compute/index.rst b/doc/source/reference/compute/index.rst index 8f84634de3effc1e6926163c18080a1bc788bdf2..05e2de1ada29bb564ed7634efbc9acfcf36554a7 100644 --- a/doc/source/reference/compute/index.rst +++ b/doc/source/reference/compute/index.rst @@ -5,6 +5,11 @@ Compute This section describes configuring nova hypervisors and compute services like HyperV, XenServer and so on. +.. note:: + + Hyper-V, VMware, and XenAPI support have been deprecated and will + be removed in the Victoria cycle. + .. toctree:: :maxdepth: 1 diff --git a/doc/source/reference/compute/nova-guide.rst b/doc/source/reference/compute/nova-guide.rst index bd064b6ca06ac265302b7113cb236f7f3f7c6ab6..58558a6bb90c0b9648f020b234c3c6d4b72af31c 100644 --- a/doc/source/reference/compute/nova-guide.rst +++ b/doc/source/reference/compute/nova-guide.rst @@ -19,6 +19,10 @@ The virtualisation driver may be selected via ``nova_compute_virt_type`` in HyperV ------ +.. note:: + + Hyper-V support has been deprecated and will be removed in the Victoria cycle. + Information on using Nova with HyperV can be found in :doc:`hyperv-guide`. Libvirt @@ -30,12 +34,20 @@ Information on the libvirt-based drivers ``kvm`` and ``qemu`` can be found in VMware ------ +.. note:: + + VMware support has been deprecated and will be removed in the Victoria cycle. + Information on the VMware-based driver ``vmware`` can be found in :doc:`vmware-guide`. XenServer --------- +.. note:: + + XenAPI support has been deprecated and will be removed in the Victoria cycle. + Information on the XenServer-based driver ``xenapi`` can be found in :doc:`xenserver-guide`. diff --git a/doc/source/reference/compute/vmware-guide.rst b/doc/source/reference/compute/vmware-guide.rst index a205593b1127872732075576e13ef1393209c9db..1beeac598d968665ee617a16c8a99a661dfe177d 100644 --- a/doc/source/reference/compute/vmware-guide.rst +++ b/doc/source/reference/compute/vmware-guide.rst @@ -4,6 +4,10 @@ VMware - Nova Virtualisation Driver =================================== +.. note:: + + VMware support has been deprecated and will be removed in the Victoria cycle. + Overview ~~~~~~~~ diff --git a/doc/source/reference/compute/xenserver-guide.rst b/doc/source/reference/compute/xenserver-guide.rst index dfe3f4f7166a5c1ffe1c8cbdb37f8edffb364b7a..2d5f26cd3147df407e320ba66627c61c4f2117e0 100644 --- a/doc/source/reference/compute/xenserver-guide.rst +++ b/doc/source/reference/compute/xenserver-guide.rst @@ -4,6 +4,10 @@ XenServer - Nova Virtualisation Driver ====================================== +.. note:: + + XenAPI support has been deprecated and will be removed in the Victoria cycle. + Overview ======== diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index b1e67d540fb6783a4dfab31b2b469be259d8f7fa..9e435b8d68fac0e4b78fd1b0ba7abc92aeae2bf9 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -521,6 +521,9 @@ ################# # Hyper-V options ################# + +# NOTE: Hyper-V support has been deprecated and will be removed in the Victoria cycle. + # Hyper-V can be used as hypervisor #hyperv_username: "user" #hyperv_password: "password" @@ -606,6 +609,9 @@ ################################### # VMware - OpenStack VMware support ################################### + +# NOTE: VMware support has been deprecated and will be removed in the Victoria cycle. + #vmware_vcenter_host_ip: #vmware_vcenter_host_username: #vmware_vcenter_host_password: @@ -616,6 +622,9 @@ ####################################### # XenAPI - Support XenAPI for XenServer ####################################### + +# NOTE: XenAPI support has been deprecated and will be removed in the Victoria cycle. + # XenAPI driver use HIMN(Host Internal Management Network) # to communicate with XenServer host. #xenserver_himn_ip: