Files
vmware-nsx/vmware_nsx/services/qos
Gary Kotton 584b2bd6a3 QoS refactor required changes
Commit b3ca00f7a603d3f1763c7a031baf476b85f790bc broke the
implementation.

Change-Id: Id8d686658c8943ccc3ab2c643f84aae83bdbdef1
2016-05-28 23:44:57 -07:00
..
2016-05-28 23:44:57 -07:00
2016-05-15 09:15:02 +03:00
2016-05-19 09:30:25 +03:00

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