70a2879b2c
This finalizes the removal of the placement code from nova. This change primarily removes code and makes fixes to cmd, test and migration tooling to adapt to the removal. Placement tests and documention were already removed in early patches. A database migration that calls consumer_obj.create_incomplete_consumers in nova-manage has been removed. A functional test which confirms the default incomplete consumer user and project id has been changes so its its use of conf.placement.incomplete_* (now removed) is replaced with a constant. The placement server, running in the functional test, provides its own config. placement-related configuration is updated to only register those opts which are relevant on the nova side. This mostly means ksa-related opts. placement-database configuration is removed from nova/conf/database. tox.ini is updated to remove the group_regex required by the placement gabbi tests. This should probably have gone when the placement functional tests went, but was overlooked. A release note is added which describes that this is cleanup, the main action already happened, but points people to the nova to placement upgrade instructions in case they haven't done it yet. Change-Id: I4181f39dea7eb10b84e6f5057938767b3e422aff
53 lines
673 B
Plaintext
53 lines
673 B
Plaintext
*.DS_Store
|
|
*.egg*
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.swo
|
|
*.swp
|
|
*.sqlite
|
|
*~
|
|
.autogenerated
|
|
.coverage
|
|
.nova-venv
|
|
.project
|
|
.pydevproject
|
|
.ropeproject
|
|
.stestr/
|
|
.testrepository/
|
|
.tox
|
|
.idea
|
|
.venv
|
|
AUTHORS
|
|
Authors
|
|
build-stamp
|
|
tags
|
|
build/*
|
|
CA/
|
|
ChangeLog
|
|
coverage.xml
|
|
cover/*
|
|
covhtml/*
|
|
dist/*
|
|
doc/source/api/*
|
|
doc/build/*
|
|
api-guide/build/*
|
|
api-ref/build/*
|
|
etc/nova/nova.conf.sample
|
|
etc/nova/policy.yaml.sample
|
|
etc/nova/policy.yaml.merged
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
MANIFEST
|
|
nosetests.xml
|
|
nova/tests/cover/*
|
|
nova/vcsversion.py
|
|
tools/conf/nova.conf*
|
|
doc/source/_static/nova.conf.sample
|
|
doc/source/_static/nova.policy.yaml.sample
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|