aboutsummaryrefslogtreecommitdiffstats
path: root/environments/swift-external.yaml
blob: 0bf0d39efb611c8275638992fdc3cf5f054d8577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
resource_registry:
  OS::TripleO::Services::ExternalSwiftProxy: ../puppet/services/external-swift-proxy.yaml
  OS::TripleO::Services::SwiftProxy: OS::Heat::None
  OS::TripleO::Services::SwiftStorage: OS::Heat::None
  OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

parameter_defaults:
  ExternalPublicUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
  ExternalInternalUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
  ExternalAdminUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
  ExternalSwiftUserTenant: 'service'