Fix resource type in ObjectStorage role
authorChristian Schwede <cschwede@redhat.com>
Tue, 16 May 2017 06:54:55 +0000 (08:54 +0200)
committerChristian Schwede <cschwede@redhat.com>
Tue, 16 May 2017 06:58:58 +0000 (08:58 +0200)
The currently used resource type does not exist, therefore changing it.

Closes-Bug: 1691021
Change-Id: Iaf18af546817e0cf6cdfafcc5c54ab4d1a0f819d

puppet/objectstorage-role.yaml

index 84b646a..fb60d2b 100644 (file)
@@ -127,7 +127,7 @@ parameters:
 resources:
 
   SwiftStorage:
-    type: OS::Nova::ObjectStorageServer
+    type: OS::TripleO::ObjectStorageServer
     metadata:
       os-collect-config:
         command: {get_param: ConfigCommand}