f410d66e83
This patch obsoletes Legacy APIs excluding VIM feature. And this patch mainly contains the following changes: * Drop the implementation/db of NS and VNFFG functions. * Remove the implementation that was used only by Legacy VNFM features. * Remove the following components used only by Legacy features. * ceilometer * fenix * blazar * Drop the functional test jobs for Legacy features. * Delete the unnecessary files that were used in Legacy tests. Implements: blueprint deprecate-legacy-apis Change-Id: I76ba79f42cf7c3f04c48a87de4ae893f2d53e467
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
[DEFAULT]
|
|
output_file = etc/tacker/tacker.conf.sample
|
|
wrap_width = 79
|
|
namespace = glance.store
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.db
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware
|
|
namespace = oslo.policy
|
|
namespace = oslo.reports
|
|
namespace = oslo.service.periodic_tasks
|
|
namespace = oslo.service.service
|
|
namespace = tacker.auth
|
|
namespace = tacker.common.config
|
|
namespace = tacker.common.ext_oauth2_auth
|
|
namespace = tacker.conductor.conductor_server
|
|
namespace = tacker.conf
|
|
namespace = tacker.keymgr
|
|
namespace = tacker.nfvo.drivers.vim.kubernetes_driver
|
|
namespace = tacker.nfvo.drivers.vim.openstack_driver
|
|
namespace = tacker.nfvo.nfvo_plugin
|
|
namespace = tacker.service
|
|
namespace = tacker.sol_refactored.common.config
|
|
namespace = tacker.vnflcm.vnflcm_driver
|
|
namespace = tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver
|
|
namespace = tacker.vnfm.infra_drivers.openstack.openstack
|
|
namespace = tacker.vnfm.infra_drivers.openstack.translate_template
|
|
namespace = tacker.vnfm.nfvo_client
|
|
namespace = tacker.vnfm.plugin
|
|
namespace = tacker.wsgi |