Revision 57ecec97 kamaki/cli/config.py

b/kamaki/cli/config.py
134 134
        except NoSectionError:
135 135
            pass
136 136

  
137
    def items(self, section, include_defaults=False):
137
    def items(self, section, include_defaults=True):
138 138
        try:
139 139
            d = dict(DEFAULTS[section]) if include_defaults else {}
140 140
        except KeyError:

Also available in: Unified diff