Merge "Fix spelling of controller0_VLANPort"
[apex-tripleo-heat-templates.git] / swift-source.yaml
index aee81c2..cf1cf9d 100644 (file)
@@ -1,17 +1,13 @@
-Resources:
+resources:
   SwiftConfig:
-    Type: OS::Heat::StructuredConfig
-    Properties:
+    type: OS::Heat::StructuredConfig
+    properties:
       group: os-apply-config
       config:
         swift:
           devices: { get_input: swift_devices }
           hash: { get_input: swift_hash_suffix }
           part-power: 10
-          replicas: 1
+          proxy-memcache: { get_input: swift_proxy_memcache }
+          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 }