From ddccdc3d282d4a16d9bbe764d3d13b8b69b4502e Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 24 Apr 2018 22:13:58 +0100 Subject: [PATCH] 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 --- playbooks/legacy/nova-next/run.yaml | 1 + 1 file changed, 1 insertion(+) 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