5035aa4a57
This fix supports service framework in order to separate the plugin code into backend specific and generic part. Change-Id: I66d0f4a9ce5453ec7ca0bf0fe52f24a3a2e3c8ea Closes-Bug: #1567770 |
||
---|---|---|
.. | ||
devstackgaterc | ||
plugin.sh | ||
README.rst | ||
settings |
DevStack external plugin
A local.conf recipe to enable tap-as-a-service:
[[local|localrc]]
enable_plugin tap-as-a-service https://github.com/openstack/tap-as-a-service
enable_service taas
enable_service taas_openvswitch_agent
Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
Q_PLUGIN_EXTRA_CONF_FILES=(taas_plugin.ini)
TAAS_SERVICE_DRIVER=TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default