The enforce_type parameter was removed from oslo_config with 27d781ea45960a1cccb071a98249093d616bf374 .
Uses of this parameter were removed in glance in e78ab76fa16910be7ba7907d5fa7cf590c59324f and c9b464ff9533205f41ba4059742901b5bf6b95ea . Thanks for your report! ** Changed in: glance Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1848351 Title: osloconfig in glance ocata Status in Glance: Fix Released Bug description: in many places the use of methods (CONF.set_default or conf.set_override) with the parameter enforce_type=True, but the definition of methods in the class (ConfigOpts in cfg.py) does not contain a parameter: def set_override(self, name, override, group=None): ... def set_default(self, name, default, group=None): ... To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1848351/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp