From b76c5717907bc40f44d657eb090ed9d703ad98f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Wed, 19 Feb 2020 21:30:21 +0100
Subject: [PATCH] Deprecate XenAPI integrations

Per http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012662.html
and http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009180.html

Deprecates support for deploying with XenAPI integrations.
In Victoria support for these will be removed from Kolla Ansible.

This is dictated by lack of interest and maintenance, and upstream
decision of deprecation by Nova (for the same reasons).

Change-Id: Ie2bfc41dd7085f35e89a5c4e0b7fdb44631eb4e3
---
 .../notes/deprecate-xenapi-f2e56c044d9f0ed7.yaml      | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 ansible/releasenotes/notes/deprecate-xenapi-f2e56c044d9f0ed7.yaml

diff --git a/ansible/releasenotes/notes/deprecate-xenapi-f2e56c044d9f0ed7.yaml b/ansible/releasenotes/notes/deprecate-xenapi-f2e56c044d9f0ed7.yaml
new file mode 100644
index 0000000000..0efab2ec80
--- /dev/null
+++ b/ansible/releasenotes/notes/deprecate-xenapi-f2e56c044d9f0ed7.yaml
@@ -0,0 +1,11 @@
+---
+deprecations:
+  - |
+    Deprecates support for deploying with XenAPI integrations.
+    In Victoria support for these will be removed from Kolla Ansible.
+
+    This is dictated by lack of interest and maintenance, and upstream
+    decision of deprecation by Nova (for the same reasons).
+
+    See also the `post to openstack-discuss <http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012662.html>`__.
+    And the `Nova notice <http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009180.html>`__.