Revision 291cab21 kamaki/cli/commands/cyclades.py
b/kamaki/cli/commands/cyclades.py | ||
---|---|---|
52 | 52 |
|
53 | 53 |
server_cmds = CommandTree('server', 'Cyclades/Compute API server commands') |
54 | 54 |
flavor_cmds = CommandTree('flavor', 'Cyclades/Compute API flavor commands') |
55 |
network_cmds = CommandTree('network', 'Cyclades/Compute API network commands') |
|
56 |
ip_cmds = CommandTree('ip', 'Cyclades/Compute API floating ip commands') |
|
57 |
_commands = [server_cmds, flavor_cmds, network_cmds] |
|
55 |
_commands = [server_cmds, flavor_cmds] |
|
58 | 56 |
|
59 | 57 |
|
60 | 58 |
about_authentication = '\nUser Authentication:\ |
Also available in: Unified diff