[FS021] Switch to containerized undercloud net config

fs021 is switched to containerized undercloud in [1],
only fs021 is the ovb job that has missing this net
config, this patch fixes it.

[1] https://review.openstack.org/#/c/583202

Related-Bug: #1749707
Change-Id: I773041057bd5bc19fc280ef7ccb445bbccfa30a3
This commit is contained in:
yatin 2018-08-21 15:12:35 +05:30
parent a291413fb9
commit 7cc6296841
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ undercloud_custom_env_files: "{{ working_dir }}/undercloud-parameter-defaults.ya
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"
undercloud_resource_registry_args:
"OS::TripleO::Undercloud::Net::SoftwareConfig": "{{ undercloud_templates_path }}/ci/common/net-config-simple-bridge.yaml"
"OS::TripleO::Undercloud::Net::SoftwareConfig": "{{ undercloud_templates_path }}/net-config-undercloud.yaml"
# Tell tripleo about our environment
enable_pacemaker: false