diff options
-rw-r--r-- | overcloud-source.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 7e5fcd23..a6285f7a 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -109,6 +109,7 @@ Resources: compute_driver: libvirt.LibvirtDriver db: mysql://nova:unset@localhost/nova host: 0.0.0.0 + metadata-proxy: true neutron: floatingip_end: 192.0.2.64 floatingip_range: 192.0.2.0/24 @@ -117,9 +118,7 @@ Resources: metadata_proxy_shared_secret: unset ovs: enable_tunneling: 'True' - fixed_range: - end: 10.255.255.254 - start: 10.0.0.2 + ovs_range: 10.0.0.0/8 local_ip: 0.0.0.0 public_interface: eth2 tenant_network_type: gre |