[console_scripts]
tacker-db-manage = tacker.db.migration.cli:main
tacker-rootwrap = oslo.rootwrap.cmd:main
tacker-server = tacker.cmd.server:main

[oslo.config.opts]
tacker.alarm_receiver = tacker.alarm_receiver:config_opts
tacker.common.config = tacker.common.config:config_opts
tacker.nfvo.drivers.vim.openstack_driver = tacker.nfvo.drivers.vim.openstack_driver:config_opts
tacker.nfvo.nfvo_plugin = tacker.nfvo.nfvo_plugin:config_opts
tacker.service = tacker.service:config_opts
tacker.vnfm.infra_drivers.heat.heat = tacker.vnfm.infra_drivers.heat.heat:config_opts
tacker.vnfm.infra_drivers.openstack.openstack = tacker.vnfm.infra_drivers.openstack.openstack:config_opts
tacker.vnfm.mgmt_drivers.openwrt.openwrt = tacker.vnfm.mgmt_drivers.openwrt.openwrt:config_opts
tacker.vnfm.monitor = tacker.vnfm.monitor:config_opts
tacker.vnfm.monitor_drivers.ceilometer.ceilometer = tacker.vnfm.monitor_drivers.ceilometer.ceilometer:config_opts
tacker.vnfm.monitor_drivers.http_ping.http_ping = tacker.vnfm.monitor_drivers.http_ping.http_ping:config_opts
tacker.vnfm.monitor_drivers.ping.ping = tacker.vnfm.monitor_drivers.ping.ping:config_opts
tacker.vnfm.plugin = tacker.vnfm.plugin:config_opts
tacker.vnfm.vim_client = tacker.vnfm.vim_client:config_opts
tacker.wsgi = tacker.wsgi:config_opts

[tacker.nfvo.vim.drivers]
openstack = tacker.nfvo.drivers.vim.openstack_driver:OpenStack_Driver

[tacker.openstack.common.cache.backends]
memory = tacker.openstack.common.cache._backends.memory:MemoryBackend

[tacker.service_plugins]
commonservices = tacker.plugins.common_services.common_services_plugin:CommonServicesPlugin
dummy = tacker.tests.unit.dummy_plugin:DummyServicePlugin
nfvo = tacker.nfvo.nfvo_plugin:NfvoPlugin
vnfm = tacker.vnfm.plugin:VNFMPlugin

[tacker.tacker.alarm_monitor.drivers]
ceilometer = tacker.vnfm.monitor_drivers.ceilometer.ceilometer:VNFMonitorCeilometer

[tacker.tacker.mgmt.drivers]
noop = tacker.vnfm.mgmt_drivers.noop:DeviceMgmtNoop
openwrt = tacker.vnfm.mgmt_drivers.openwrt.openwrt:DeviceMgmtOpenWRT

[tacker.tacker.monitor.drivers]
http_ping = tacker.vnfm.monitor_drivers.http_ping.http_ping:VNFMonitorHTTPPing
ping = tacker.vnfm.monitor_drivers.ping.ping:VNFMonitorPing

[tacker.tacker.vnfm.drivers]
heat = tacker.vnfm.infra_drivers.heat.heat:DeviceHeat
noop = tacker.vnfm.infra_drivers.noop:DeviceNoop
nova = tacker.vnfm.infra_drivers.nova.nova:DeviceNova
openstack = tacker.vnfm.infra_drivers.openstack.openstack:OpenStack

