diff options
author | Chris Jones <cmsj@tenshu.net> | 2016-12-06 14:31:42 +0100 |
---|---|---|
committer | Chris Jones <cmsj@tenshu.net> | 2016-12-06 14:33:47 +0100 |
commit | 9745e8b82f8e4cb546250533ab5796ae317b4b9a (patch) | |
tree | 7a896c5f433f84ca89853bde2c86167dba74f2c2 | |
parent | 94a42fb5b7d59d6383e4d9186216195aa742a836 (diff) |
Fix SwiftStorage role.
We now fetch the name argument from the correctly named SwiftStorage
object.
Change-Id: I885505eadfc778ab57793c97af4d1c6739ec9614
Closes-Bug: #1647716
-rw-r--r-- | puppet/objectstorage-role.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/objectstorage-role.yaml b/puppet/objectstorage-role.yaml index 40cd7578..2c76492a 100644 --- a/puppet/objectstorage-role.yaml +++ b/puppet/objectstorage-role.yaml @@ -226,13 +226,13 @@ resources: fqdn: list_join: - '.' - - - {get_attr: [Swiftexternal, name]} + - - {get_attr: [SwiftStorage, name]} - external - {get_param: CloudDomain} short: list_join: - '.' - - - {get_attr: [Swiftexternal, name]} + - - {get_attr: [SwiftStorage, name]} - external internal_api: fqdn: |