[standalone libvirt] Use default for undercloud_setup

Since we using baseos as undercloud, we want to
remove cloud-init from the image as it's not used
and causing an issue #1913675, Let's use default(i.e false)
for undercloud_setup which will do the cleanup during
convert_image, need to override as it's set to true in
featureset file.

Related-Bug: #1913675
Change-Id: I9c13c63d04a062042ed823a2e8c13b006a3ed1b2
This commit is contained in:
yatinkarel 2021-02-01 12:43:15 +05:30
parent 7965e82df1
commit 124a8ef2d0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ inject_images: []
guest_partition: /dev/sda1
baseos_as_undercloud: true
overcloud_as_undercloud: false
undercloud_setup: true
undercloud_setup: false
use_external_images: true
ovb_setup_connectivity: false
non_root_user_setup: true