Revision a57402cd

b/kamaki/cli/commands/cyclades.py
50 50
network_cmds = CommandTree('network', 'Cyclades/Compute API network commands')
51 51
floatingip_cmds = CommandTree(
52 52
    'floatingip', 'Cyclades/Compute API floating ip commands')
53
_commands = [server_cmds, flavor_cmds, network_cmds]
53
_commands = [server_cmds, flavor_cmds, network_cmds, floatingip_cmds]
54 54

  
55 55

  
56 56
about_authentication = '\nUser Authentication:\
b/kamaki/cli/commands/errors.py
50 50
            try:
51 51
                return foo(self, *args, **kwargs)
52 52
            except Exception as e:
53
                print 'BUH?'
54 53
                if _debug:
55 54
                    print_stack()
56 55
                    print_exc(e)

Also available in: Unified diff