vmware-nsx/vmware_nsx/services/qos
Adit Sarfaty b939e84255 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
2016-05-19 09:30:25 +03:00
..
common NSX|V3 add QoS support for networks 2016-04-21 08:29:00 +03:00
nsx_v NSX|v QoS DSCP marking support 2016-04-25 13:11:34 +03:00
nsx_v3 NSX|V3 QoS DSCP marking support 2016-05-15 09:15:02 +03:00
README.rst Add README for the NSX QoS service 2016-05-19 09:30:25 +03:00
__init__.py Move vmware_nsx/neutron/services to vmware_nsx/services 2015-09-14 16:59:23 -07:00

README.rst

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