Adit Sarfaty 437e782ea5 Integration with nsxlib
Change-Id: Ief8af0d5cad8223fb52313d26d75c1f10b13c3cf
2016-11-03 05:56:36 +00:00
..
2016-11-03 05:56:36 +00:00

Enabling NSX Tap-as-a-Service Plugin in DevStack

  1. Download DevStack

  2. Add tap-as-a-service repo as an external repository and configure following flags in local.conf:

    [[local]|[localrc]]
    # TaaS plugin NSXv3 driver config
    enable_plugin tap-as-a-service https://github.com/openstack/tap-as-a-service
    enable_service taas
    Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
    Q_PLUGIN_EXTRA_CONF_FILES=(taas_plugin.ini)
    TAAS_SERVICE_DRIVER=TAAS:vmware_nsx_taas:vmware_nsx.services.neutron_taas.nsx_v3.driver.NsxV3Driver:default