Merge "Fix render error in cinder during openstack-helm rebase"

This commit is contained in:
Zuul 2020-06-22 02:14:06 +00:00 committed by Gerrit Code Review
commit eb41746b8d
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()