Add README for the NSX QoS service

To make the integration easier, also add translation
for the use_dvs_features from the local.conf

Change-Id: I9ac7c06171f3055d52ba28de05afd09bcaa6f5ba
This commit is contained in:
Adit Sarfaty 2016-05-19 09:29:19 +03:00
parent 539833fff4
commit b939e84255
2 changed files with 31 additions and 0 deletions

View File

@ -113,6 +113,7 @@ function neutron_plugin_configure_service {
_nsxv_ini_set metadata_service_allowed_ports "$NSXV_METADATA_SERVICE_ALLOWED_PORTS"
_nsxv_ini_set edge_ha "$NSXV_EDGE_HA"
_nsxv_ini_set exclusive_router_appliance_size "$NSXV_EXCLUSIVE_ROUTER_APPLIANCE_SIZE"
_nsxv_ini_set use_dvs_features "$NSXV_USE_DVS_FEATURES"
}
function neutron_plugin_setup_interface_driver {

View File

@ -0,0 +1,30 @@
============================================
Enabling NSX QoS in DevStack
============================================
1. Download DevStack
2. Enable the qos in ``local.conf``::
[[local|localrc]]
ENABLED_SERVICES=q-qos
3. 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
4. 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
5. run ``stack.sh``