Revision 8eb8c540 kamaki/cli/commands/config_cli.py

b/kamaki/cli/commands/config_cli.py
77 77
        section = section or 'global'
78 78
        self.config.set(section, key, value)
79 79
        self.config.write()
80
        self.config.reload()
80 81

  
81 82

  
82 83
@command(config_cmds)
......
88 89
        section = section or 'global'
89 90
        self.config.remove_option(section, key)
90 91
        self.config.write()
92
        self.config.reload()

Also available in: Unified diff