Revision a57402cd kamaki/cli/commands/cyclades.py

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:\

Also available in: Unified diff