Merge "Add missing config values for vmwware_vmdk test"

This commit is contained in:
Jenkins 2014-03-15 00:47:25 +00:00 committed by Gerrit Code Review
commit b30a54c7f0
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__)