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

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

[tacker.service_plugins]
dummy = tacker.tests.unit.dummy_plugin:DummyServicePlugin
vnfm = tacker.vm.plugin:VNFMPlugin

[tacker.servicevm.device.drivers]
heat = tacker.vm.drivers.heat.heat:DeviceHeat
noop = tacker.vm.drivers.noop:DeviceNoop
nova = tacker.vm.drivers.nova.nova:DeviceNova

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

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

