To make the integration easier, also add translation for the use_dvs_features from the local.conf Change-Id: I9ac7c06171f3055d52ba28de05afd09bcaa6f5ba
741 B
741 B
Enabling NSX QoS in DevStack
Download DevStack
Enable the qos in
local.conf:[[local|localrc]] ENABLED_SERVICES=q-qosFor 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 = TrueFor 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_queuerun
stack.sh