Move service plugin aliases from neutron to neutron-vpnaas

The aliases should be maintained in the same repo that hosts the plugin
itself.

Change-Id: Ieb4e9fce9f5cf9b5a60f1207ec38a59adfe400a8
Depends-On: I2136a530a8351cc290418d9ae18af08b480707c5
This commit is contained in:
Ihar Hrachyshka 2016-08-27 16:17:19 +00:00
parent 5fbe18b0e9
commit af6649bc82
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ device_drivers =
neutron.services.vpn.device_drivers.vyatta_ipsec.VyattaIPsecDriver = neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec:VyattaIPsecDriver
neutron.db.alembic_migrations =
neutron-vpnaas = neutron_vpnaas.db.migration:alembic_migrations
neutron.service_plugins =
vpnaas = neutron_vpnaas.services.vpn.plugin:VPNDriverPlugin
neutron.services.vpn.plugin.VPNDriverPlugin = neutron_vpnaas.services.vpn.plugin:VPNDriverPlugin
oslo.config.opts =
neutron.vpnaas = neutron_vpnaas.opts:list_opts
neutron.vpnaas.agent = neutron_vpnaas.opts:list_agent_opts