Merge "Update overcloud examples for ExtraConfig"
[apex-tripleo-heat-templates.git] / swift-source.yaml
index 3ca2b1a..cf1cf9d 100644 (file)
@@ -1,7 +1,7 @@
-Resources:
+resources:
   SwiftConfig:
-    Type: OS::Heat::StructuredConfig
-    Properties:
+    type: OS::Heat::StructuredConfig
+    properties:
       group: os-apply-config
       config:
         swift:
@@ -9,10 +9,5 @@ Resources:
           hash: { get_input: swift_hash_suffix }
           part-power: 10
           proxy-memcache: { get_input: swift_proxy_memcache }
-          replicas: 1
+          replicas: {get_input: swift_replicas }
           service-password: { get_input: swift_password }
-        neutron:
-          enable_tunnelling: {Ref: NeutronEnableTunnelling}
-          tenant_network_type: {Ref: NeutronNetworkType}
-          ovs:
-            local_ip: { get_input: neutron_local_ip }