X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=swift-source.yaml;h=e6fd951e39b065bb9ec0e9bc3ec613c7ac53927e;hb=410707efe8e0785fa7420078ebe540426e3f6588;hp=3ca2b1a861ce13a0549f66a0f764465ea4f457b1;hpb=441b60b43c5acff0ead6203dc7e28621db363c82;p=apex-tripleo-heat-templates.git diff --git a/swift-source.yaml b/swift-source.yaml index 3ca2b1a8..e6fd951e 100644 --- a/swift-source.yaml +++ b/swift-source.yaml @@ -1,18 +1,15 @@ -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 + mount-check: { get_input: swift_mount_check } + part-power: { get_input: swift_part_power } proxy-memcache: { get_input: swift_proxy_memcache } - replicas: 1 + replicas: {get_input: swift_replicas } + min-part-hours: {get_input: swift_min_part_hours } service-password: { get_input: swift_password } - neutron: - enable_tunnelling: {Ref: NeutronEnableTunnelling} - tenant_network_type: {Ref: NeutronNetworkType} - ovs: - local_ip: { get_input: neutron_local_ip }