diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-07-06 16:08:30 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-07-06 16:08:48 +1200 |
commit | 1da5280d0c35082ae7ccfa12b283c56856cac53a (patch) | |
tree | 6e7ba9194969abe52d77f5743235e29e3595e54c | |
parent | 7633278ba440465be79e17bf05b85b2a4a75d0b5 (diff) |
Update undercloud-vm for new networking config.
It is currently broken due to mismatched config keys.
Change-Id: If3ce934730cb974af7bcd7c6b3134e499f4e2a0d
-rw-r--r-- | undercloud-vm.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 87a57494..ee846ce3 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -96,20 +96,18 @@ Resources: ssh_host: 192.168.122.1 type: virsh 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 ovs: + dnsmasq_range: [192.0.2.25, 192.0.2.44] public_interface: eth0 physical_bridge: br-ctlplane physical_network: ctlplane network_vlan_ranges: ctlplane bridge_mappings: ctlplane:br-ctlplane - fixed_range: 198.51.100.0/24 - ovs_range: 198.51.100.0/24 + fixed_range: + start: 192.0.2.5 + end: 192.0.2.24 tenant_network_type: vlan enable_tunneling: 'False' rabbit: |