Add allNodesConfig to Swift storage nodes
[apex-tripleo-heat-templates.git] / swift-source.yaml
index 1a5a04f..e6fd951 100644 (file)
@@ -7,12 +7,9 @@ resources:
         swift:
           devices: { get_input: swift_devices }
           hash: { get_input: swift_hash_suffix }
-          part-power: 10
+          mount-check: { get_input: swift_mount_check }
+          part-power: { get_input: swift_part_power }
           proxy-memcache: { get_input: swift_proxy_memcache }
           replicas: {get_input: swift_replicas }
+          min-part-hours: {get_input: swift_min_part_hours }
           service-password: { get_input: swift_password }
-        neutron:
-          ovs:
-            local_ip: { get_input: neutron_local_ip }
-            enable_tunnelling: { get_input: neutron_enable_tunnelling}
-            tenant_network_type: { get_input: neutron_tenant_network_type}