diff options
author | Derek Higgins <derekh@redhat.com> | 2013-06-19 14:56:19 +0100 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-06-19 15:06:04 +0100 |
commit | 20496de7abff94b1e611c0cc5f9ceb9d3ecfbbad (patch) | |
tree | 38fa643110ece26159e89fa45e711e1257c9a470 | |
parent | 324796f7884cabda6e39e8d1c6e0157ce070887c (diff) |
Adding floatingip_start and floatingip_end to heat template.
These are needed by the quantum-network-node element
Change-Id: Ic89b7f25752778aa2145768152bbc6e634ea3e5f
-rw-r--r-- | bootstack-vm.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |