diff options
-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 |