aboutsummaryrefslogtreecommitdiffstats
path: root/swift-source.yaml
blob: 1a17b770d498e1151dab589b6956223136d83885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Resources:
  SwiftConfig:
    Type: OS::Heat::StructuredConfig
    Properties:
      config:
        swift:
          devices: { get_input: swift_devices }
          hash: { get_input: swift_hash_suffix }
          part-power: 10
          replicas: 1
          service-password: { get_input: swift_password }
        neutron:
          enable_tunnelling: {Ref: NeutronEnableTunnelling}
          tenant_network_type: {Ref: NeutronNetworkType}
          ovs:
            local_ip: { get_input: neutron_local_ip }