Skip to content
Snippets Groups Projects
Commit d749b341 authored by Christian Berendt's avatar Christian Berendt
Browse files

Add deprecation notes to vmware/xenserver/hyperv guides

The support of vmware, xenserver and hyperv was deprecated.

Change-Id: Id06770c2247ce242f1fc2ac7220bbe6c3070598d
parent a7a61b94
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
......
......@@ -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`.
......
......@@ -4,6 +4,10 @@
VMware - Nova Virtualisation Driver
===================================
.. note::
VMware support has been deprecated and will be removed in the Victoria cycle.
Overview
~~~~~~~~
......
......@@ -4,6 +4,10 @@
XenServer - Nova Virtualisation Driver
======================================
.. note::
XenAPI support has been deprecated and will be removed in the Victoria cycle.
Overview
========
......
......@@ -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:
......
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