Merge "Fixed a typo in example plugin config"

This commit is contained in:
Jenkins 2015-10-14 17:01:41 +00:00 committed by Gerrit Code Review
commit 4119c1b072

View File

@ -21,4 +21,4 @@ def init_config(conf):
cfg.StrOpt('endpoint_type', default='publicURL')
]
conf.register_opts(opts, group="images")
return conf.glance
return conf.images