From 24113ba0156414b38613e8d52fe8363e8edbaaa8 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 10 Feb 2020 10:28:08 +0100 Subject: [PATCH] Merge qos related renos for Ussuri As now all three remaining server move operation is supported with qos ports the three separate reno for Ussuri is merged into a single one. Change-Id: I167ce1b5c3220c7eb1b3d55cc4a8ea10df9df796 blueprint: support-move-ops-with-qos-ports-ussuri --- ...eutron-ports-with-resource-request-04cf8c721cbc376f.yaml | 6 ------ ...eutron-ports-with-resource-request-cf9a21dacb9c5ece.yaml | 6 ------ ...eutron-ports-with-resource-request-c41598d0e4aef37b.yaml | 6 ++++++ ...eutron-ports-with-resource-request-d91a282fe56c7489.yaml | 6 ------ 4 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 releasenotes/notes/support-evacuting-servers-with-neutron-ports-with-resource-request-04cf8c721cbc376f.yaml delete mode 100644 releasenotes/notes/support-live-migrating-servers-with-neutron-ports-with-resource-request-cf9a21dacb9c5ece.yaml create mode 100644 releasenotes/notes/support-server-move-operations-with-neutron-ports-with-resource-request-c41598d0e4aef37b.yaml delete mode 100644 releasenotes/notes/support-unshelving-servers-with-neutron-ports-with-resource-request-d91a282fe56c7489.yaml diff --git a/releasenotes/notes/support-evacuting-servers-with-neutron-ports-with-resource-request-04cf8c721cbc376f.yaml b/releasenotes/notes/support-evacuting-servers-with-neutron-ports-with-resource-request-04cf8c721cbc376f.yaml deleted file mode 100644 index 90d507da1637..000000000000 --- a/releasenotes/notes/support-evacuting-servers-with-neutron-ports-with-resource-request-04cf8c721cbc376f.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - | - The server ``evacute`` action API now supports servers with neutron - ports having resource requests, e.g. ports that have QoS minimum bandwidth - rules attached. diff --git a/releasenotes/notes/support-live-migrating-servers-with-neutron-ports-with-resource-request-cf9a21dacb9c5ece.yaml b/releasenotes/notes/support-live-migrating-servers-with-neutron-ports-with-resource-request-cf9a21dacb9c5ece.yaml deleted file mode 100644 index 3e06149df6fc..000000000000 --- a/releasenotes/notes/support-live-migrating-servers-with-neutron-ports-with-resource-request-cf9a21dacb9c5ece.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - | - The server ``os-migrateLive`` action API now supports servers with neutron - ports having resource requests, e.g. ports that have QoS minimum bandwidth - rules attached. diff --git a/releasenotes/notes/support-server-move-operations-with-neutron-ports-with-resource-request-c41598d0e4aef37b.yaml b/releasenotes/notes/support-server-move-operations-with-neutron-ports-with-resource-request-c41598d0e4aef37b.yaml new file mode 100644 index 000000000000..a04d85dc81f1 --- /dev/null +++ b/releasenotes/notes/support-server-move-operations-with-neutron-ports-with-resource-request-c41598d0e4aef37b.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + The server ``evacuate``, ``os-migrateLive`` and ``unshelve`` action APIs + now support servers with neutron ports having resource requests, e.g. + ports that have QoS minimum bandwidth rules attached. diff --git a/releasenotes/notes/support-unshelving-servers-with-neutron-ports-with-resource-request-d91a282fe56c7489.yaml b/releasenotes/notes/support-unshelving-servers-with-neutron-ports-with-resource-request-d91a282fe56c7489.yaml deleted file mode 100644 index d9a5bfd309d5..000000000000 --- a/releasenotes/notes/support-unshelving-servers-with-neutron-ports-with-resource-request-d91a282fe56c7489.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - | - The server ``unshelve`` action API now supports servers with neutron - ports having resource requests, e.g. ports that have QoS minimum bandwidth - rules attached.