From 94c624c30ca68328e3331717d2961dc969dcddd0 Mon Sep 17 00:00:00 2001 From: Alan Bishop Date: Wed, 11 Oct 2017 11:02:43 -0400 Subject: Enable Cinder as a backend for Glance Enable Cinder as a backend for Glance by adding 'cinder' to the list of allowed choices for the GlanceBackend heat parameter. Update the glance-api docker configuration to allow the feature to work. This is necessary because the feature uses iSCSI, which requires additional privileges. Closes-Bug: #1728409 Depends-On: I850047e32f3608b3ce490e52e2e540695cb1a4ff Change-Id: I42241747de931103a04aa5ee2ed18fd46197d183 (cherry picked from commit e828e8c7bb2e890b243faa767992226dc270bb6f) --- environments/storage/glance-nfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments/storage/glance-nfs.yaml') diff --git a/environments/storage/glance-nfs.yaml b/environments/storage/glance-nfs.yaml index 3c139306..359401d5 100644 --- a/environments/storage/glance-nfs.yaml +++ b/environments/storage/glance-nfs.yaml @@ -21,7 +21,7 @@ parameter_defaults: # Static parameters - these are values that must be # included in the environment but should not be changed. # ****************************************************** - # The short name of the Glance backend to use. Should be one of swift, rbd, or file + # The short name of the Glance backend to use. Should be one of swift, rbd, cinder, or file # Type: string GlanceBackend: file -- cgit 1.2.3-korg