3009f37757
Co-authored-by: Armando Migliaccio <armamig@gmail.com> Change-Id: I7c7efbaa7a53f8d244f1b19ea3a7c8a8900602be Depends-on: I7331e914234c5f0b7abe836604fdd7e4067551cf Depends-on: Ia91dfbf9d93e19b43c0dd0b58b95fc0080b0ad7c Depends-on: I48cd9257f419ad949ba0cecc9aca98a624ca4dcc |
||
---|---|---|
.. | ||
common | ||
nsx_v | ||
nsx_v3 | ||
__init__.py | ||
README.rst |
Enabling NSX QoS in DevStack
Download DevStack
Enable the qos in
local.conf
:[[local|localrc]] ENABLED_SERVICES=q-qos
For NSXv set the service plugin in
local.conf
, and enable the dvs features:[[post-config|$NEUTRON_CONF]] [DEFAULT] service_plugins = vmware_nsxv_qos [[local|localrc]] NSXV_USE_DVS_FEATURES = True
For NSXv3 set the service plugin and notification_driver in
local.conf
:[[post-config|$NEUTRON_CONF]] [DEFAULT] service_plugins = neutron.services.qos.qos_plugin.QoSPlugin [qos] notification_drivers = vmware_nsxv3_message_queue
Optional: Update the nsx qos_peak_bw_multiplier in nsx.ini (default value is 2.0):
[NSX] qos_peak_bw_multiplier = <i.e 10.0>
run
stack.sh