aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2014-07-02 15:14:19 +1200
committerRobert Collins <rbtcollins@hp.com>2014-07-07 10:25:03 +1200
commit303200408bd64fa0e6b8385ea13dfe0b4fd39df6 (patch)
treecdc72125be27548ecc14d4a1c683b37ce0911b59 /nova-compute-instance.yaml
parent1c9c8249a2f245c053d6ee9ef088d49437a98fc1 (diff)
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
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index bb75ed90..baa20e29 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -177,6 +177,8 @@ Resources:
Ref: ImageUpdatePolicy
flavor: {Ref: OvercloudComputeFlavor}
key_name: {Ref: KeyName}
+ networks:
+ - network: ctlplane
user_data_format: SOFTWARE_CONFIG
NovaCompute0Deploy:
DependsOn: [controller0Deployment]