Revision 8741c407 kamaki/cli/commands/cyclades_cli.py

b/kamaki/cli/commands/cyclades_cli.py
46 46

  
47 47
server_cmds = CommandTree('server', 'Compute/Cyclades API server commands')
48 48
flavor_cmds = CommandTree('flavor', 'Compute/Cyclades API flavor commands')
49
image_cmds = CommandTree('image', 'Cyclades/Plankton API image commands')
50 49
network_cmds = CommandTree('network', 'Compute/Cyclades API network commands')
51
_commands = [server_cmds, flavor_cmds, image_cmds, network_cmds]
50
_commands = [server_cmds, flavor_cmds, network_cmds]
52 51

  
53 52

  
54 53
about_authentication = '\nUser Authentication:\

Also available in: Unified diff