Update openstack.common.cfg

Change-Id: Icde2348837fe35275900e00974dce24b901ec866
This commit is contained in:
Julien Danjou 2012-10-26 22:32:47 +02:00
parent acf8fb88d5
commit e74b647d65

View File

@ -1507,7 +1507,7 @@ class ConfigOpts(collections.Mapping):
if ('default' in info or 'override' in info):
continue
if self._get(opt.name, group) is None:
if self._get(opt.dest, group) is None:
raise RequiredOptError(opt.name, group)
def _parse_cli_opts(self, args):