diff options
author | Christian Schwede <cschwede@redhat.com> | 2017-05-16 08:54:55 +0200 |
---|---|---|
committer | Christian Schwede <cschwede@redhat.com> | 2017-05-16 08:58:58 +0200 |
commit | 00551e744ad903c89199c2e1e964baa817ea141e (patch) | |
tree | ae74d9494ab91c12d4cdbead5ff9249444b34089 /puppet | |
parent | 93bb4648f97e3aef1a80ae35d7caae4a324203d0 (diff) |
Fix resource type in ObjectStorage role
The currently used resource type does not exist, therefore changing it.
Closes-Bug: 1691021
Change-Id: Iaf18af546817e0cf6cdfafcc5c54ab4d1a0f819d
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/objectstorage-role.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/objectstorage-role.yaml b/puppet/objectstorage-role.yaml index 84b646a2..fb60d2be 100644 --- a/puppet/objectstorage-role.yaml +++ b/puppet/objectstorage-role.yaml @@ -127,7 +127,7 @@ parameters: resources: SwiftStorage: - type: OS::Nova::ObjectStorageServer + type: OS::TripleO::ObjectStorageServer metadata: os-collect-config: command: {get_param: ConfigCommand} |