summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-04-24 22:13:58 +0100
committerChris Dent <cdent@anticdent.org>2018-06-15 12:27:08 +0000
commitddccdc3d282d4a16d9bbe764d3d13b8b69b4502e (patch)
treebd626b8418f20ce353b4cbb3bc886e3f4464ab7e /playbooks
parent0044beb3588b81515544c68f332086061ee3f386 (diff)
downloadnova-ddccdc3d282d4a16d9bbe764d3d13b8b69b4502e.tar.gz
Add PLACEMENT_DB_ENABLED=True to the nova-next job
This will configure [placement_database]/connection to its own database. The depends on is to a devstack fix which changes the ordering of database creation in devstack to ensure the placement database exists before something tries to sync it. Depends-On: https://review.openstack.org/564180 Change-Id: I896cd77d1ce793dddbd68a8dd8dcf04c1ab38f2d
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-next/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index 9d3f6a7882..5004bd4f71 100644
--- a/playbooks/legacy/nova-next/run.yaml
+++ b/playbooks/legacy/nova-next/run.yaml
@@ -36,6 +36,7 @@
[[local|localrc]]
NOVA_USE_SERVICE_TOKEN=True
NOVA_CONSOLE_PROXY_COMPUTE_TLS=True
+ PLACEMENT_DB_ENABLED=True
EOF
executable: /bin/bash