tap-as-a-service/devstack
Yoichiro Iura 5035aa4a57 Support service framework to separate plugin logic
This fix supports service framework in order to separate
the plugin code into backend specific and generic part.

Change-Id: I66d0f4a9ce5453ec7ca0bf0fe52f24a3a2e3c8ea
Closes-Bug: #1567770
2016-06-24 01:40:09 +00:00
..
devstackgaterc Support service framework to separate plugin logic 2016-06-24 01:40:09 +00:00
plugin.sh Support service framework to separate plugin logic 2016-06-24 01:40:09 +00:00
README.rst Support service framework to separate plugin logic 2016-06-24 01:40:09 +00:00
settings Support service framework to separate plugin logic 2016-06-24 01:40:09 +00:00

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