Adding floatingip_start and floatingip_end to heat template.
authorDerek Higgins <derekh@redhat.com>
Wed, 19 Jun 2013 13:56:19 +0000 (14:56 +0100)
committerDerek Higgins <derekh@redhat.com>
Wed, 19 Jun 2013 14:06:04 +0000 (15:06 +0100)
These are needed by the quantum-network-node element

Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f

bootstack-vm.yaml

index 91456c6..77b7416 100644 (file)
@@ -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