diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-19 22:23:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-19 22:23:37 +0000 |
commit | be5577cf0bc97a5eb2f964892e123d951a1b1c58 (patch) | |
tree | ea72a0b3df8985485dfc561b60bda0487760fac8 | |
parent | 62499694574d39a67b8c53af43286c3f4bec561d (diff) | |
parent | 20496de7abff94b1e611c0cc5f9ceb9d3ecfbbad (diff) |
Merge "Adding floatingip_start and floatingip_end to heat template."
-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 |