Fix render error in cinder during openstack-helm rebase

Upstream commit https://review.opendev.org/#/c/706387/ modified the
template format and so we need to tweak our overrides to match the new
template format.

Story: 2007474
Task:  39546

Change-Id: I8a43727068f18bc32b60acaf282369d914c04ae0
Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>
This commit is contained in:
Zhipeng Liu 2020-05-29 23:53:53 +08:00 committed by zhipeng liu
parent 3ae75deead
commit 6d8f305873
1 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,9 @@ class CinderHelm(openstack.OpenstackBaseHelm):
conf_backends = {}
# We don't use the chart's default backends.
conf_backends['rbd1'] = ""
conf_backends['rbd1'] = {
'volume_driver': ''
}
# Get tier info.
tiers = self.dbapi.storage_tier_get_list()