34f3ee275e
1. new config class was added to allow all the classes to use the same object 2. removing dependencies of the neutron project in nsxlib code & tests Change-Id: I15ace2ab60c1e4307d7076426c48ecc7a242e792 |
||
---|---|---|
.. | ||
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