Comment 2 for bug 1750205

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/545649
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=156ba81c2fad2844af1ad21b24c771cf66522932
Submitter: Zuul
Branch: master

commit 156ba81c2fad2844af1ad21b24c771cf66522932
Author: Brian Rosmaita <email address hidden>
Date: Sat Feb 17 23:48:18 2018 -0500

    Fix config group not found error

    Two parts to this fix:

    * add a call to oslo.config.cfg.import_group so that the function
      that checks a uri against the configured white/blacklists can
      access them
    * move the location where these options are defined into the
      module's __init__ so that they can be imported without causing a
      circular import (which happens if you import them from their
      current location)

    Change-Id: I6363faba0c4cbe75e6e4d0cbf0209a62c10474ef
    Closes-bug: #1750205