From: Derek Higgins Date: Wed, 19 Jun 2013 13:56:19 +0000 (+0100) Subject: Adding floatingip_start and floatingip_end to heat template. X-Git-Tag: opnfv-6.0.0~3002^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=20496de7abff94b1e611c0cc5f9ceb9d3ecfbbad;p=apex-tripleo-heat-templates.git Adding floatingip_start and floatingip_end to heat template. These are needed by the quantum-network-node element Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f --- diff --git a/bootstack-vm.yaml b/bootstack-vm.yaml index 91456c67..77b74161 100644 --- a/bootstack-vm.yaml +++ b/bootstack-vm.yaml @@ -76,6 +76,8 @@ Resources: host: 127.0.0.1 quantum: floatingip_range: 172.17.41.0/24 + floatingip_start: 172.17.41.2 + floatingip_end: 172.17.41.254 host: 127.0.0.1 metadata_proxy_shared_secret: unset ovs_db: mysql://quantum:unset@localhost/ovs_quantum?charset=utf8