Set containerized_undercloud to false

Feature set 047 is the non-containerized upgrade featureset. We need to
explicitly configure containerized_undercloud to false because in Rocky,
it's set to true by default.

Depends-On: https://review.opendev.org/#/c/698963/
Change-Id: I720088bfb1a49d28305b1dca3d8743c6e77a7048
This commit is contained in:
Alex Schultz 2019-12-13 12:56:26 -07:00
parent efcde84f1d
commit 025e1f1fe9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ undercloud_generate_service_certificate: false
ssl_overcloud: false
undercloud_check_idempotency: true
undercloud_check_sanity: true
containerized_undercloud: false
containerized_overcloud: false
containerized_overcloud_upgrade: false