From 02b6c9827dd798f3319831cabe5128cb0b2b461a Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Mon, 7 Oct 2019 16:44:10 +0200 Subject: [PATCH] doc: Update QoS minimum bandwidth limitations for Train Since the overview-type documentations of the QoS minimum bandwidth feature is in Neutron we need to update the limitations now that we have some improvements in Nova. Change-Id: I28920d2ecbaac5da5fbe6d6e9b296080806c8c6a Related-Change: https://review.opendev.org/671497 Related-Change: https://review.opendev.org/679019 --- doc/source/admin/config-qos-min-bw.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/source/admin/config-qos-min-bw.rst b/doc/source/admin/config-qos-min-bw.rst index e610d5d1a56..1db7f4a599d 100644 --- a/doc/source/admin/config-qos-min-bw.rst +++ b/doc/source/admin/config-qos-min-bw.rst @@ -78,12 +78,13 @@ Limitations * The Guaranteed Minimum Bandwidth feature is not complete in the Stein release. Not all Nova server lifecycle operations can be executed on a - server with bandwidth guarantees. In Stein (Nova API microversion 2.72+) - you can boot and delete a server with a guarantee and detach a port with - a guarantee. Support for server move operations (for example migrate, - resize, evacuate, live-migrate and unshelve after shelve-offload) is to be - implemented later. For the definitive documentation please refer to the - `Port with Resource Request chapter + server with bandwidth guarantees. Since Stein (Nova API microversion + 2.72+) you can boot and delete a server with a guarantee and detach + a port with a guarantee. Since Train you can also migrate and resize + a server with a guarantee. Support for further server move operations + (for example evacuate, live-migrate and unshelve after shelve-offload) + is to be implemented later. For the definitive documentation please + refer to the `Port with Resource Request chapter `_ of the OpenStack Compute API Guide.