Merge "Remove use of config enforce_type=True"

This commit is contained in:
Jenkins 2017-06-13 17:33:09 +00:00 committed by Gerrit Code Review
commit 76550fa440
1 changed files with 1 additions and 2 deletions

View File

@ -281,8 +281,7 @@ class ImageDataController(object):
backend.register_opts(conf)
conf.set_override('filesystem_store_datadir',
CONF.node_staging_uri[7:],
group='glance_store',
enforce_type=True)
group='glance_store')
staging_store = backend._load_store(conf, 'file')
try: