From: Christian Schwede Date: Tue, 16 May 2017 06:54:55 +0000 (+0200) Subject: Fix resource type in ObjectStorage role X-Git-Tag: opnfv-6.0.0~667 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=00551e744ad903c89199c2e1e964baa817ea141e;p=apex-tripleo-heat-templates.git Fix resource type in ObjectStorage role The currently used resource type does not exist, therefore changing it. Closes-Bug: 1691021 Change-Id: Iaf18af546817e0cf6cdfafcc5c54ab4d1a0f819d --- 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}