Update devstack/cfg.py

This commit is contained in:
Joshua Harlow 2012-02-14 21:47:48 -08:00
parent 8c6543754b
commit 96138eb766

View File

@ -110,7 +110,6 @@ class StackConfigParser(IgnoreMissingConfigParser):
def get(self, section, option, auto_pw=True):
key = self._makekey(section, option)
value = None
if key in self.configs_fetched:
value = self.configs_fetched.get(key)
LOG.debug("Fetched cached value \"%s\" for param \"%s\"" % (value, key))