From c4295f87adf0843746346e922a23de7ad1f920d3 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 21 Mar 2019 10:19:53 +0100 Subject: [PATCH] Fix links to neutron QoS minimum bandwidth doc The QoS minimum bandwidth feature will have a separate doc from the generic QoS neutron doc. This patch updates the links in the release notes and api version history of the 2.72 microversion blueprint: bandwidth-resource-provider Depends-On: https://review.openstack.org/#/c/640390 Change-Id: Ic753112cf73cb10a6e377bc24c6ee51a057c69f8 --- nova/api/openstack/compute/rest_api_version_history.rst | 2 +- ...ace-attach-with-port-resource-request-17473ddc5a989a2a.yaml | 2 +- .../reject-networks-with-qos-policy-2746c74fd1f3ff26.yaml | 2 +- ...t-neutron-ports-with-resource-request-cb9ad5e9757792d0.yaml | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index 568f5f4b864e..5d4763d7ff3f 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -929,4 +929,4 @@ API limitations: unshelving after shelve offload) servers with ports having resource request is not yet supported. -.. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos.html +.. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos-min-bw.html diff --git a/releasenotes/notes/reject-interface-attach-with-port-resource-request-17473ddc5a989a2a.yaml b/releasenotes/notes/reject-interface-attach-with-port-resource-request-17473ddc5a989a2a.yaml index 5b4b8a22520b..05000a541027 100644 --- a/releasenotes/notes/reject-interface-attach-with-port-resource-request-17473ddc5a989a2a.yaml +++ b/releasenotes/notes/reject-interface-attach-with-port-resource-request-17473ddc5a989a2a.yaml @@ -7,4 +7,4 @@ other: example a Neutron port has resource request if a `QoS minimum bandwidth rule`_ is attached to that port in Neutron. - .. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos.html + .. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos-min-bw.html diff --git a/releasenotes/notes/reject-networks-with-qos-policy-2746c74fd1f3ff26.yaml b/releasenotes/notes/reject-networks-with-qos-policy-2746c74fd1f3ff26.yaml index 94c7ec2266c0..a6eb7e3775f8 100644 --- a/releasenotes/notes/reject-networks-with-qos-policy-2746c74fd1f3ff26.yaml +++ b/releasenotes/notes/reject-networks-with-qos-policy-2746c74fd1f3ff26.yaml @@ -6,4 +6,4 @@ other: network referenced in the request body has `QoS minimum bandwidth rule`_ attached as Nova currently cannot support such operations. - .. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos.html + .. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos-min-bw.html diff --git a/releasenotes/notes/support-neutron-ports-with-resource-request-cb9ad5e9757792d0.yaml b/releasenotes/notes/support-neutron-ports-with-resource-request-cb9ad5e9757792d0.yaml index 815c3cc12cf1..4416fb0f413f 100644 --- a/releasenotes/notes/support-neutron-ports-with-resource-request-cb9ad5e9757792d0.yaml +++ b/releasenotes/notes/support-neutron-ports-with-resource-request-cb9ad5e9757792d0.yaml @@ -17,6 +17,3 @@ features: * Moving (resizing, migrating, live-migrating, evacuating, unshelving after shelve offload) servers with ports having resource request is not yet supported. - - .. _QoS minimum bandwidth rule: https://docs.openstack.org/neutron/latest/admin/config-qos.html -