Add missing config values for vmwware_vmdk test

Import CONF.glance_api_version from cinder.common.config

Closes-Bug: 1290883
Change-Id: I9f64c2f60efe517ad8e4ee2a98ed8da4be257b47
This commit is contained in:
Sascha Peilicke 2014-03-11 15:50:38 +01:00
parent 015555acb7
commit 2a20befd8f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ glance_opts = [
]
CONF = cfg.CONF
CONF.register_opts(glance_opts)
CONF.import_opt('glance_api_version', 'cinder.common.config')
LOG = logging.getLogger(__name__)