vmware-nsx/vmware_nsx/services/qos
Adit Sarfaty ffacfe0b24 Integrate QoS constants change
patch I4f10ef3c1cbaa2a868de2b8e3abc4c39eb1f44c7 broke our code

Change-Id: Ib24866e9e2f4d3f0412cc2e793ecb4711cb10732
2016-07-13 08:22:08 +03:00
..
common NSX-V: support qos policy in network get 2016-06-05 11:07:51 +00:00
nsx_v Integrate QoS constants change 2016-07-13 08:22:08 +03:00
nsx_v3 NSX-V: support qos policy in network get 2016-06-05 11:07:51 +00: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