62bf8809c6
This microversion in Nova is added to support Neutron ports having resource request during server create to guarantee minimum bandwidth QoS. This is a behavior-only change in the compute API, there are no changes to the server create request or response schema. Change-Id: I1a39390015acd8703e8bab55af13f5c75ae226db Depends-On: https://review.openstack.org/636360 Partial-Bug: #1578989 See-Also: https://review.openstack.org/502306 (nova spec) See-Also: https://review.openstack.org/508149 (neutron spec)
11 lines
507 B
YAML
11 lines
507 B
YAML
---
|
|
features:
|
|
- |
|
|
Support has been added for `microversion 2.72`_. This microversion
|
|
allows creating a server using the ``nova boot`` command with
|
|
pre-existing ports having a ``resource_request`` value to enable
|
|
features such as guaranteed minimum bandwidth for `quality of service`_.
|
|
|
|
.. _microversion 2.72: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id65
|
|
.. _quality of service: https://docs.openstack.org/neutron/latest/admin/config-qos.html
|