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
This commit is contained in:
Chris Dent 2018-04-24 22:13:58 +01:00
parent 0044beb358
commit ddccdc3d28

View File

@ -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