From 303200408bd64fa0e6b8385ea13dfe0b4fd39df6 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 2 Jul 2014 15:14:19 +1200 Subject: Specify the network for nodes Without this, when there are multiple admin networks (e.g. a VLAN) Nova will refuse to guess and we'll fail to deploy. Change-Id: Id1dca43ef287fda2adcfdf5b5d30145b055dbe76 --- undercloud-source.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'undercloud-source.yaml') diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 66517586..aa0c9eed 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -305,6 +305,8 @@ Resources: Ref: KeyName image_update_policy: Ref: ImageUpdatePolicy + networks: + - network: ctlplane user_data_format: SOFTWARE_CONFIG 99_undercloudDeployment: Type: OS::Heat::StructuredDeployment -- cgit 1.2.3-korg