diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-31 14:53:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-31 14:53:56 +0000 |
commit | 7903fc743bd3e445ef48c2d08a4bd3115f825e0b (patch) | |
tree | c48d4f6ebf904c45b04def70813cdd35bd10bdf8 /puppet/swift-storage.yaml | |
parent | 9f45b39cd880980640cf369382dd92c35424e1ca (diff) | |
parent | 655fd041ae283490a8d501ec13c06d8aabb0ced5 (diff) |
Merge "Cleanup hieradata to reduce Puppet warnings"
Diffstat (limited to 'puppet/swift-storage.yaml')
-rw-r--r-- | puppet/swift-storage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/swift-storage.yaml b/puppet/swift-storage.yaml index 3f6f4733..9a1f2fcd 100644 --- a/puppet/swift-storage.yaml +++ b/puppet/swift-storage.yaml @@ -279,7 +279,7 @@ resources: object: raw_data: {get_file: hieradata/object.yaml} mapped_data: # data supplied directly to this deployment configuration, etc - swift::swift_hash_suffix: { get_input: swift_hash_suffix } + swift::swift_hash_path_suffix: { get_input: swift_hash_suffix } tripleo::ringbuilder::build_ring: { get_input: swift_ring_build } tripleo::ringbuilder::part_power: { get_input: swift_part_power } tripleo::ringbuilder::replicas: {get_input: swift_replicas } |