Switch off nova/glance in featureset001

This landing can likely allow blueprint nova-less-deploy to be set to
Implemented.

Blueprint: nova-less-deploy
Change-Id: Ibb617df6948c6dde667047fb53deffd09fd434b3
This commit is contained in:
Steve Baker 2020-03-05 13:03:05 +13:00 committed by yatin
parent a1f1089d12
commit 3ab630033a
1 changed files with 7 additions and 0 deletions

View File

@ -227,6 +227,13 @@ tempest_run_concurrency: 4
tempest_extra_config: {'compute_feature_enabled.config_drive': 'True'}
# Run an undercloud without glance or nova
undercloud_enable_nova: >-
{% if release in ['newton','ocata','pike','queens','rocky','stein', 'train'] -%}
true
{%- else -%}
false
{%- endif -%}
baremetal_provision: >-
{% if release in ['newton','ocata','pike','queens','rocky','stein','train'] -%}
false