Disable local overlay for CMR vault bundle.

When the local overlay is enabled, Zaza ends up deploying
a 0-unit openstack-dashboard into the Vault model, which
breaks the waiting for status as, generally, it is not
desired to have a 0-unit openstack-dashboard. We can
disable this local overlay with a key in the bundle in
question.

Closes-Bug: #1945786
Change-Id: Id11d0d00e45f2d332debdc9119ad4f5150e46a51
This commit is contained in:
Chris MacNaughton 2021-09-30 11:41:20 +02:00
parent 287126edf5
commit 36c79b6179
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
series: bionic
local_overlay_enabled: false
services:
vault:
num_units: 1