.coveragerc
.mailmap
.pylintrc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
TESTING.rst
babel.cfg
openstack-common.conf
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
devstack/README.rst
devstack/plugin.sh
devstack/settings
devstack/lib/tacker
devstack/samples/config-openwrt-with-firewall.yaml
devstack/samples/local.conf.example
devstack/samples/local.sh.mysql_fix
devstack/samples/openwrt.yaml
devstack/samples/sample-tosca-vnfd-cpu-dedicate.yaml
devstack/samples/sample-tosca-vnfd-flavor.yaml
devstack/samples/sample-tosca-vnfd-http-monitor.yaml
devstack/samples/sample-tosca-vnfd-hugepages.yaml
devstack/samples/sample-tosca-vnfd-image.yaml
devstack/samples/sample-tosca-vnfd-monitor.yaml
devstack/samples/sample-tosca-vnfd-multi-vdu.yaml
devstack/samples/sample-tosca-vnfd-numacount.yaml
devstack/samples/sample-tosca-vnfd-numadefine.yaml
devstack/samples/sample-tosca-vnfd-sriov.yaml
devstack/samples/sample-tosca-vnfd-vcpu-topology.yaml
devstack/samples/sample-tosca-vnfd.yaml
devstack/samples/sample-vnfd-http-monitor.yaml
devstack/samples/sample-vnfd-monitor.yaml
devstack/samples/sample-vnfd-multi-vdu.yaml
devstack/samples/sample-vnfd.yaml
devstack/samples/tosca-config-openwrt-with-firewall.yaml
devstack/samples/tosca_openwrt.yaml
devstack/samples/vim_config.yaml
devstack/samples/vnf_cirros_param_values_ipaddr.yaml
devstack/samples/vnf_cirros_param_values_user_data.yaml
devstack/samples/vnf_cirros_template_ipaddr.yaml
devstack/samples/vnf_cirros_template_user_data.yaml
doc/Makefile
doc/pom.xml
doc/source/conf.py
doc/source/index.rst
doc/source/devref/api_extensions.rst
doc/source/devref/api_layer.rst
doc/source/devref/development.environment.rst
doc/source/devref/mano_api.rst
doc/source/devref/monitor-api.rst
doc/source/devref/vnfd_template_parameterization.rst
doc/source/install/devstack.rst
doc/source/install/getting_started.rst
doc/source/install/manual_installation.rst
doc/source/policies/dev-process.rst
etc/init.d/tacker-server
etc/tacker/api-paste.ini
etc/tacker/policy.json
etc/tacker/rootwrap.conf
etc/tacker/tacker.conf
etc/tacker/rootwrap.d/tacker.filters
tacker/__init__.py
tacker/auth.py
tacker/context.py
tacker/hooks.py
tacker/i18n.py
tacker/manager.py
tacker/policy.py
tacker/service.py
tacker/version.py
tacker/wsgi.py
tacker.egg-info/PKG-INFO
tacker.egg-info/SOURCES.txt
tacker.egg-info/dependency_links.txt
tacker.egg-info/entry_points.txt
tacker.egg-info/not-zip-safe
tacker.egg-info/pbr.json
tacker.egg-info/requires.txt
tacker.egg-info/top_level.txt
tacker/agent/__init__.py
tacker/agent/rpc.py
tacker/agent/common/__init__.py
tacker/agent/common/config.py
tacker/agent/linux/__init__.py
tacker/agent/linux/async_process.py
tacker/agent/linux/daemon.py
tacker/agent/linux/external_process.py
tacker/agent/linux/interface.py
tacker/agent/linux/ip_lib.py
tacker/agent/linux/polling.py
tacker/agent/linux/utils.py
tacker/api/__init__.py
tacker/api/api_common.py
tacker/api/extensions.py
tacker/api/versions.py
tacker/api/v1/__init__.py
tacker/api/v1/attributes.py
tacker/api/v1/base.py
tacker/api/v1/resource.py
tacker/api/v1/resource_helper.py
tacker/api/v1/router.py
tacker/api/views/__init__.py
tacker/api/views/versions.py
tacker/cmd/__init__.py
tacker/cmd/server.py
tacker/common/__init__.py
tacker/common/clients.py
tacker/common/config.py
tacker/common/constants.py
tacker/common/driver_manager.py
tacker/common/exceptions.py
tacker/common/log.py
tacker/common/rpc.py
tacker/common/rpc_compat.py
tacker/common/test_lib.py
tacker/common/topics.py
tacker/common/utils.py
tacker/db/__init__.py
tacker/db/api.py
tacker/db/db_base.py
tacker/db/model_base.py
tacker/db/models_v1.py
tacker/db/sqlalchemyutils.py
tacker/db/migration/README
tacker/db/migration/__init__.py
tacker/db/migration/alembic.ini
tacker/db/migration/cli.py
tacker/db/migration/alembic_migrations/__init__.py
tacker/db/migration/alembic_migrations/env.py
tacker/db/migration/alembic_migrations/script.py.mako
tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py
tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py
tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py
tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py
tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py
tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py
tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py
tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py
tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py
tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py
tacker/db/migration/alembic_migrations/versions/HEAD
tacker/db/migration/alembic_migrations/versions/README
tacker/db/migration/models/__init__.py
tacker/db/migration/models/head.py
tacker/db/nfvo/__init__.py
tacker/db/nfvo/nfvo_db.py
tacker/db/vm/__init__.py
tacker/db/vm/proxy_db.py
tacker/db/vm/vm_db.py
tacker/extensions/__init__.py
tacker/extensions/nfvo.py
tacker/extensions/vnfm.py
tacker/hacking/__init__.py
tacker/hacking/checks.py
tacker/nfvo/__init__.py
tacker/nfvo/nfvo_plugin.py
tacker/nfvo/drivers/__init__.py
tacker/nfvo/drivers/vim/__init__.py
tacker/nfvo/drivers/vim/abstract_vim_driver.py
tacker/nfvo/drivers/vim/openstack_driver.py
tacker/openstack/__init__.py
tacker/openstack/common/__init__.py
tacker/openstack/common/context.py
tacker/openstack/common/eventlet_backdoor.py
tacker/openstack/common/excutils.py
tacker/openstack/common/fileutils.py
tacker/openstack/common/gettextutils.py
tacker/openstack/common/importutils.py
tacker/openstack/common/jsonutils.py
tacker/openstack/common/local.py
tacker/openstack/common/lockutils.py
tacker/openstack/common/log.py
tacker/openstack/common/log_handler.py
tacker/openstack/common/loopingcall.py
tacker/openstack/common/network_utils.py
tacker/openstack/common/periodic_task.py
tacker/openstack/common/policy.py
tacker/openstack/common/processutils.py
tacker/openstack/common/service.py
tacker/openstack/common/sslutils.py
tacker/openstack/common/strutils.py
tacker/openstack/common/systemd.py
tacker/openstack/common/threadgroup.py
tacker/openstack/common/timeutils.py
tacker/openstack/common/uuidutils.py
tacker/openstack/common/versionutils.py
tacker/openstack/common/cache/__init__.py
tacker/openstack/common/cache/backends.py
tacker/openstack/common/cache/cache.py
tacker/openstack/common/cache/_backends/__init__.py
tacker/openstack/common/cache/_backends/memory.py
tacker/openstack/common/db/__init__.py
tacker/openstack/common/db/api.py
tacker/openstack/common/db/exception.py
tacker/openstack/common/db/options.py
tacker/openstack/common/db/sqlalchemy/__init__.py
tacker/openstack/common/db/sqlalchemy/models.py
tacker/openstack/common/db/sqlalchemy/provision.py
tacker/openstack/common/db/sqlalchemy/session.py
tacker/openstack/common/db/sqlalchemy/test_base.py
tacker/openstack/common/db/sqlalchemy/utils.py
tacker/openstack/common/fixture/__init__.py
tacker/openstack/common/fixture/config.py
tacker/openstack/common/fixture/lockutils.py
tacker/openstack/common/fixture/mockpatch.py
tacker/openstack/common/fixture/moxstubout.py
tacker/openstack/common/middleware/__init__.py
tacker/openstack/common/middleware/audit.py
tacker/openstack/common/middleware/base.py
tacker/openstack/common/middleware/catch_errors.py
tacker/openstack/common/middleware/correlation_id.py
tacker/openstack/common/middleware/debug.py
tacker/openstack/common/middleware/notifier.py
tacker/openstack/common/middleware/request_id.py
tacker/openstack/common/middleware/sizelimit.py
tacker/plugins/__init__.py
tacker/plugins/common/__init__.py
tacker/plugins/common/constants.py
tacker/plugins/common/utils.py
tacker/services/__init__.py
tacker/services/service_base.py
tacker/tests/__init__.py
tacker/tests/base.py
tacker/tests/constants.py
tacker/tests/fake_notifier.py
tacker/tests/post_mortem_debug.py
tacker/tests/tools.py
tacker/tests/utils.py
tacker/tests/contrib/README
tacker/tests/contrib/post_test_hook.sh
tacker/tests/etc/api-paste.ini.test
tacker/tests/etc/tacker.conf.test
tacker/tests/etc/rootwrap.d/tacker.test.filters
tacker/tests/etc/samples/local-vim.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-http-monitor.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-monitor.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu.yaml
tacker/tests/etc/samples/sample-tosca-vnfd.yaml
tacker/tests/etc/samples/sample-vnfd-multi-vdu-monitoring.yaml
tacker/tests/etc/samples/sample-vnfd-multi-vdu.yaml
tacker/tests/etc/samples/sample-vnfd-single-vdu-monitoring-new-template.yaml
tacker/tests/etc/samples/sample-vnfd-single-vdu-monitoring.yaml
tacker/tests/etc/samples/sample_cirros_http_monitoring.yaml
tacker/tests/etc/samples/sample_cirros_vnf.yaml
tacker/tests/etc/samples/sample_cirros_vnf_no_monitoring.yaml
tacker/tests/etc/samples/sample_cirros_vnf_param.yaml
tacker/tests/etc/samples/sample_cirros_vnf_values.yaml
tacker/tests/etc/samples/vim-config-ks-v2.yaml
tacker/tests/functional/__init__.py
tacker/tests/functional/base.py
tacker/tests/functional/agent/__init__.py
tacker/tests/functional/agent/linux/__init__.py
tacker/tests/functional/nfvo/__init__.py
tacker/tests/functional/nfvo/test_vim.py
tacker/tests/functional/vnfm/__init__.py
tacker/tests/functional/vnfm/test_tosca_vnf.py
tacker/tests/functional/vnfm/test_tosca_vnf_multiple_vdu.py
tacker/tests/functional/vnfm/test_tosca_vnfd.py
tacker/tests/functional/vnfm/test_vnf.py
tacker/tests/functional/vnfm/test_vnf_monitoring.py
tacker/tests/functional/vnfm/test_vnf_multiple_vdu.py
tacker/tests/functional/vnfm/test_vnfd.py
tacker/tests/functional/vnfm/test_vnfm_param.py
tacker/tests/unit/__init__.py
tacker/tests/unit/_test_rootwrap_exec.py
tacker/tests/unit/base.py
tacker/tests/unit/database_stubs.py
tacker/tests/unit/extension_stubs.py
tacker/tests/unit/test_api_api_common.py
tacker/tests/unit/test_api_v2.py
tacker/tests/unit/test_api_v2_extension.py
tacker/tests/unit/test_api_v2_resource.py
tacker/tests/unit/test_attributes.py
tacker/tests/unit/test_auth.py
tacker/tests/unit/test_common_log.py
tacker/tests/unit/test_common_utils.py
tacker/tests/unit/test_config.py
tacker/tests/unit/test_db_migration.py
tacker/tests/unit/test_extension_extended_attribute.py
tacker/tests/unit/test_extensions.py
tacker/tests/unit/test_hacking.py
tacker/tests/unit/test_neutron_context.py
tacker/tests/unit/test_policy.py
tacker/tests/unit/test_post_mortem_debug.py
tacker/tests/unit/test_wsgi.py
tacker/tests/unit/testlib_api.py
tacker/tests/unit/agent/__init__.py
tacker/tests/unit/agent/linux/__init__.py
tacker/tests/unit/agent/linux/test_async_process.py
tacker/tests/unit/db/__init__.py
tacker/tests/unit/db/base.py
tacker/tests/unit/db/utils.py
tacker/tests/unit/extensions/__init__.py
tacker/tests/unit/extensions/extendedattribute.py
tacker/tests/unit/extensions/extensionattribute.py
tacker/tests/unit/extensions/foxinsocks.py
tacker/tests/unit/extensions/v2attributes.py
tacker/tests/unit/services/__init__.py
tacker/tests/unit/services/vm/__init__.py
tacker/tests/unit/services/vm/test_servicevm_extension.py
tacker/tests/unit/services/vm/drivers/__init__.py
tacker/tests/unit/services/vm/mgmt_drivers/__init__.py
tacker/tests/unit/vm/__init__.py
tacker/tests/unit/vm/test_monitor.py
tacker/tests/unit/vm/test_plugin.py
tacker/tests/unit/vm/test_toscautils.py
tacker/tests/unit/vm/test_vim_client.py
tacker/tests/unit/vm/infra_drivers/__init__.py
tacker/tests/unit/vm/infra_drivers/heat/__init__.py
tacker/tests/unit/vm/infra_drivers/heat/test_heat.py
tacker/tests/unit/vm/infra_drivers/heat/data/config_data.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_and_capabilities.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_defaults.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_no_units.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_image_after_processed_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_image_before_processed_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt_ipparams.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt_params.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_all_numa_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_all_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_cpu_allocations.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_huge_pages.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_numa_nodes_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt_kilo.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt_userdata.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_and_capabilities.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_defaults.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_no_units.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_openwrt_userdata.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_all_numa_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_all_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_cpu_allocations.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_huge_pages.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_numa_nodes_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_param_values_ipaddr.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_param_values_user_data.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_template_ipaddr.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_template_user_data.yaml
tacker/tests/unit/vm/monitor_drivers/__init__.py
tacker/tests/unit/vm/monitor_drivers/http_ping/__init__.py
tacker/tests/unit/vm/monitor_drivers/http_ping/test_http_ping.py
tacker/tests/unit/vm/monitor_drivers/ping/__init__.py
tacker/tests/unit/vm/monitor_drivers/ping/test_ping.py
tacker/tests/unit/vm/nfvo/__init__.py
tacker/tests/unit/vm/nfvo/test_nfvo_plugin.py
tacker/tests/unit/vm/nfvo/drivers/__init__.py
tacker/tests/unit/vm/nfvo/drivers/vim/__init__.py
tacker/tests/unit/vm/nfvo/drivers/vim/test_openstack_driver.py
tacker/tests/var/ca.crt
tacker/tests/var/certandkey.pem
tacker/tests/var/certificate.crt
tacker/tests/var/privatekey.key
tacker/vm/__init__.py
tacker/vm/constants.py
tacker/vm/hosting_device_scheduler.py
tacker/vm/keystone.py
tacker/vm/monitor.py
tacker/vm/plugin.py
tacker/vm/vim_client.py
tacker/vm/infra_drivers/__init__.py
tacker/vm/infra_drivers/abstract_driver.py
tacker/vm/infra_drivers/noop.py
tacker/vm/infra_drivers/heat/__init__.py
tacker/vm/infra_drivers/heat/heat.py
tacker/vm/infra_drivers/nova/__init__.py
tacker/vm/infra_drivers/nova/nova.py
tacker/vm/mgmt_drivers/__init__.py
tacker/vm/mgmt_drivers/abstract_driver.py
tacker/vm/mgmt_drivers/constants.py
tacker/vm/mgmt_drivers/noop.py
tacker/vm/mgmt_drivers/openwrt/__init__.py
tacker/vm/mgmt_drivers/openwrt/openwrt.py
tacker/vm/monitor_drivers/__init__.py
tacker/vm/monitor_drivers/abstract_driver.py
tacker/vm/monitor_drivers/http_ping/__init__.py
tacker/vm/monitor_drivers/http_ping/http_ping.py
tacker/vm/monitor_drivers/ping/__init__.py
tacker/vm/monitor_drivers/ping/ping.py
tacker/vm/tosca/__init__.py
tacker/vm/tosca/utils.py
tacker/vm/tosca/lib/tacker_defs.yaml
tacker/vm/tosca/lib/tacker_nfv_defs.yaml
tools/check_i18n.py
tools/check_i18n_test_case.txt
tools/clean.sh
tools/i18n_cfg.py
tools/install_venv.py
tools/install_venv_common.py
tools/ostestr_compat_shim.sh
tools/with_venv.sh