Fix: add a default value for cinderlib_pool_name

Otherwise CL_FTEST_POOL_NAME is not defined by default
when using run-cinderlib-tests, thus leading to an error.

Change-Id: I47f7ea6f877e299c55f5517a72beadac7ccf78b0
This commit is contained in:
Luigi Toscano 2019-12-17 19:57:19 +01:00
parent d81fbeb3a9
commit 5a1e313b9b
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ cinderlib_base_dir: "{{ devstack_base_dir | default('/opt/stack') }}/cinderlib"
cinderlib_config_file: '/etc/cinder/cinder.conf'
cinderlib_envlist: functional
cinderlib_root_helper: sudo
cinderlib_pool_name: ''