From 20496de7abff94b1e611c0cc5f9ceb9d3ecfbbad Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 19 Jun 2013 14:56:19 +0100 Subject: Adding floatingip_start and floatingip_end to heat template. These are needed by the quantum-network-node element Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f --- bootstack-vm.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg