Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
324796f
)
Adding floatingip_start and floatingip_end to heat template.
author
Derek Higgins
<derekh@redhat.com>
Wed, 19 Jun 2013 13:56:19 +0000
(14:56 +0100)
committer
Derek 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
patch
|
blob
|
history
diff --git
a/bootstack-vm.yaml
b/bootstack-vm.yaml
index
91456c6
..
77b7416
100644
(file)
--- 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