Allow 'cinder' as a backend for Glance
authorAlan Bishop <abishop@redhat.com>
Tue, 10 Oct 2017 17:02:37 +0000 (13:02 -0400)
committerAlan Bishop <abishop@redhat.com>
Wed, 18 Oct 2017 23:03:12 +0000 (23:03 +0000)
Allow 'cinder' as a valid Glance backend. This value is already supported
by puppet-glance.

Change-Id: I850047e32f3608b3ce490e52e2e540695cb1a4ff
(cherry picked from commit edd7621f1db83d9b71ce3a168d2813880a660444)

manifests/profile/base/glance/api.pp

index d9c89d5..c7f4cb2 100644 (file)
@@ -130,6 +130,7 @@ class tripleo::profile::base::glance::api (
         'swift': { $backend_store = 'swift' }
         'file': { $backend_store = 'file' }
         'rbd': { $backend_store = 'rbd' }
+        'cinder': { $backend_store = 'cinder' }
         default: { fail('Unrecognized glance_backend parameter.') }
     }
     $http_store = ['http']