summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-01-31 10:50:10 +0000
committerChris Dent <cdent@anticdent.org>2019-04-28 20:06:15 +0000
commit70a2879b2c75377f728f8faec8bd581613061230 (patch)
tree672f653a5f8026fdc13308eb94d4009e40f8c074 /.gitignore
parent760fc2de32057817bafc0a1512a735dab1c7c68a (diff)
downloadnova-70a2879b2c75377f728f8faec8bd581613061230.tar.gz
Delete the placement code
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1a38386695..3c64ffabe0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,7 +47,6 @@ nova/vcsversion.py
tools/conf/nova.conf*
doc/source/_static/nova.conf.sample
doc/source/_static/nova.policy.yaml.sample
-doc/source/_static/placement.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build