We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f25baf3 + a25922b commit 319054fCopy full SHA for 319054f
1 file changed
lib/cinder
@@ -247,8 +247,8 @@ function configure_cinder {
247
if type configure_cinder_backend_${be_type} >/dev/null 2>&1; then
248
configure_cinder_backend_${be_type} ${be_name}
249
fi
250
- if [[ -z "$default_type" ]]; then
251
- default_name=$be_type
+ if [[ -z "$default_name" ]]; then
+ default_name=$be_name
252
253
enabled_backends+=$be_name,
254
done
0 commit comments