aboutsummaryrefslogtreecommitdiffstats
path: root/swift-source.yaml
blob: fcf943611c2b23fd440e18a8a393de0622cd03c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
resources:
  SwiftConfig:
    type: OS::Heat::StructuredConfig
    properties:
      group: os-apply-config
      config:
        swift:
          devices: { get_input: swift_devices }
          hash: { get_input: swift_hash_suffix }
          part-power: { get_input: swift_part_power }
          proxy-memcache: { get_input: swift_proxy_memcache }
          replicas: {get_input: swift_replicas }
          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}