Merge "Add README for the NSX QoS service"

This commit is contained in:
Jenkins 2016-05-20 05:23:56 +00:00 committed by Gerrit Code Review
commit 35c8ce3eee
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``