return functools.partial(self.__call__, obj)
-@debtcollector.removals.remove(message="Unused in Liberty release.")
+@debtcollector.removals.remove(message="This will removed in the N cycle.")
def read_cached_file(filename, cache_info, reload_func=None):
"""Read from a file if it has been modified.
return cache_info['data']
-@debtcollector.removals.remove(message="Unused in Liberty release.")
+@debtcollector.removals.remove(message="This will removed in the N cycle.")
def find_config_file(options, config_file):
"""Return the first config file found.
device_owner in dvr_serviced_device_owners)
-@debtcollector.removals.remove(message="Unused in Liberty release.")
+@debtcollector.removals.remove(message="This will removed in the N cycle.")
def get_keystone_url(conf):
if conf.auth_uri:
auth_uri = conf.auth_uri.rstrip('/')