You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the QoS OpenStack APIs have been updated there are new possibilties. Neutron now allows setting the bandwidth rule type to ingress or egress. Also it should now be possible to set minimum bandwidth rules which was not possible in earlier versions.
Added support for creating minimum bandwidth rules
Now we have more default values to choose of :
PLATINUM ~ 500 mb/s - Maximum Bandwidth for outgoing traffic
GOLD ~ 200 mb/s - Maximum Bandwidth for outgoing traffic
SILVER ~ 100 mb/s - Maximum Bandwidth for outgoing traffic
BRONZE ~ 50 mb/s - Maximum Bandwidth for outgoing traffic
COAL ~ 5 mb/s - Maximum Bandwidth for outgoing traffic
INGRESS_PLATINUM ~ 500 mb/s - Maximum Bandwidth for incoming traffic
INGRESS_GOLD ~ 200 mb/s - Maximum Bandwidth for incoming traffic
INGRESS_SILVER ~ 100 mb/s - Maximum Bandwidth for incoming traffic
INGRESS_BRONZE ~ 50 mb/s - Maximum Bandwidth for incoming traffic
INGRESS_COAL ~ 5 mb/s - Maximum Bandwidth for incoming traffic
MINIMUM_PLATINUM ~ 500 mb/s - Minimum Bandwidth for outgoing traffic
MINIMUM_GOLD ~ 200 mb/s - Minimum Bandwidth for outgoing traffic
MINIMUM_SILVER ~ 100 mb/s - Minimum Bandwidth for outgoing traffic
MINIMUM_BRONZE ~ 50 mb/s - Minimum Bandwidth for outgoing traffic
MINIMUM_COAL ~ 5 mb/s - Minimum Bandwidth for outgoing traffic
MINIMUM_INGRESS_PLATINUM ~ 500 mb/s - Minimum Bandwidth for incoming traffic
MINIMUM_INGRESS_GOLD ~ 200 mb/s - Minimum Bandwidth for incoming traffic
MINIMUM_INGRESS_SILVER ~ 100 mb/s - Minimum Bandwidth for incoming traffic
MINIMUM_INGRESS_BRONZE ~ 50 mb/s - Minimum Bandwidth for incoming traffic
MINIMUM_INGRESS_COAL ~ 5 mb/s - Minimum Bandwidth for incoming traffic
As the QoS OpenStack APIs have been updated there are new possibilties. Neutron now allows setting the bandwidth rule type to ingress or egress. Also it should now be possible to set minimum bandwidth rules which was not possible in earlier versions.
see :
https://docs.openstack.org/python-openstackclient/pike/cli/command-objects/network-qos-rule.html
The text was updated successfully, but these errors were encountered: