Remove unused network configuration metadata.
authorRobert Collins <rbtcollins@hp.com>
Mon, 12 Aug 2013 08:29:14 +0000 (20:29 +1200)
committerRobert Collins <rbtcollins@hp.com>
Mon, 12 Aug 2013 08:29:14 +0000 (20:29 +1200)
This is supplied to neutron etc via API calls - having it in Heat
leads to having redundancy, confusion and tricky scripts. Incubator
now has scripts to configure this and instances won't consult these
keys.

Change-Id: Ia45d9bf5bb326ec88f9f4a48c5520570cf5b6d72

overcloud-source.yaml
undercloud-vm.yaml

index a6285f7..f8916ea 100644 (file)
@@ -101,7 +101,7 @@ Resources:
             Ref: AWS::Region
         waitcondition_server_url: http://0.0.0.0:8000/v1/waitcondition
       interfaces:
-        control: eth2
+        control: eth0
       keystone:
         db: mysql://keystone:unset@localhost/keystone
         host: 0.0.0.0
@@ -111,16 +111,12 @@ Resources:
         host: 0.0.0.0
         metadata-proxy: true
       neutron:
-        floatingip_end: 192.0.2.64
-        floatingip_range: 192.0.2.0/24
-        floatingip_start: 192.0.2.45
         host: 0.0.0.0
         metadata_proxy_shared_secret: unset
         ovs:
           enable_tunneling: 'True'
-          ovs_range: 10.0.0.0/8
           local_ip: 0.0.0.0
-          public_interface: eth2
+          public_interface: eth0
           tenant_network_type: gre
         ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
       rabbit:
index 36c70bc..fbc589a 100644 (file)
@@ -103,9 +103,6 @@ Resources:
           physical_network: ctlplane
           network_vlan_ranges: ctlplane
           bridge_mappings: ctlplane:br-ctlplane
-          fixed_range: 
-            start: 192.0.2.5
-            end: 192.0.2.24
           tenant_network_type: vlan
           enable_tunneling: 'False'
       rabbit: