Tacker: ETSI MANO NFV Orchestrator / VNF Manager. See https://wiki.openstack.org/wiki/Tacker
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Hiromu Asahina 2625c00375 Remove deprecated attributes from context
The oslo.context emits a warning for attributes that are not listed in
[1] and considered to be deprecated. According to the warning message,
the policy file should be modified to use $(project_id)s instead of
$(tenant_id)s. Also, context.user is deprecated. We should remove lines
using context.user and use context.user_id only.

The following deprecation warnings are gone with the patch:

- context.py💯 DeprecationWarning: Policy enforcement is depending on
  the value of tenant_id. This key is deprecated. Please update your
  policy file to use the standard policy values.

- test_auth.py:75: DeprecationWarning: Property ‘user’ has moved to
  ‘user_id’ in version ‘2.6’ and will be removed in version ‘3.0’

[1] https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L313-L327

Change-Id: Ib06cd0d54772d17838789943b6a09c581b899435
Closes-Bug: #1976219
(cherry picked from commit 39925d1141)
11 months ago
api-ref/source Add documents for enhance operations in V2 1 year ago
contrib/tacker-config Update version of cirros image to 0.5.2 2 years ago
devstack Do not set ineffective [alarm_auth] url 1 year ago
doc Merge "Update doc of Helm chart for Kubernetes VIM" into stable/yoga 1 year ago
etc Add missed parameters in auto-generated config 1 year ago
playbooks/devstack Apply Robot Framework for testing 1 year ago
releasenotes Apply Robot Framework for testing 1 year ago
roles FT of multi tenants for CNF 1 year ago
samples Add a Sample VNF Package for Ansible Driver 1 year ago
tacker Remove deprecated attributes from context 11 months ago
tools Merge "FT for multi tenant policy in LCM" 1 year ago
vagrant/devstack Introduce vagrant for devstack 1 year ago
.coveragerc Cleanup and fix Tacker coverage 7 years ago
.gitignore Add vnf package conf options and sample config file to docs 4 years ago
.gitreview Update .gitreview for stable/yoga 1 year ago
.mailmap import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 9 years ago
.pylintrc Update Pylint config file for development 2 years ago
.stestr.conf Switch to using stestr 5 years ago
.zuul.yaml Drop lower-constraints.txt and its testing 12 months ago
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 3 years ago
HACKING.rst Use LOG.warning instead of deprecated LOG.warn 1 year ago
LICENSE import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 9 years ago
README.rst Start README.rst with a better title 4 years ago
TESTING.rst Trivial: Update HACKING.rst with stestr 5 years ago
bindep.txt include mariadb, mariadb-server in bindep, for tests 2 years ago
requirements.txt Drop lower-constraints.txt and its testing 12 months ago
setup.cfg Add missed parameters in auto-generated config 1 year ago
setup.py Cleanup Python 2.7 support 3 years ago
test-requirements.txt Update version of doc8 to 0.9.0 2 years ago
tox.ini Drop lower-constraints.txt and its testing 12 months ago

README.rst

Tacker

image

Welcome!

Tacker is an OpenStack based NFV Orchestrator service with built-in general purpose VNF Manager to deploy and operate Virtual Network Functions (VNFs) on an OpenStack based NFV Platform. It is based on ETSI MANO Architectural Framework and provides a fully functional stack to orchestrate VNFs end-to-end.

Installation:

Installation instructions and user guides can be found at: https://docs.openstack.org/tacker/

Tacker code base supports OpenStack master and other releases. Please follow the instructions in the above address for a successful installation of corresponding release.

Code:

Tacker code is available in following repositories:

Bugs:

Please report bugs at: https://bugs.launchpad.net/tacker

External Resources: