Revision f2df1530 kamaki/cli/commands/network.py
b/kamaki/cli/commands/network.py | ||
---|---|---|
48 | 48 |
from kamaki.cli.commands.cyclades import _service_wait |
49 | 49 |
|
50 | 50 |
|
51 |
network_cmds = CommandTree('network', 'Networking API network commands')
|
|
52 |
port_cmds = CommandTree('port', 'Networking API network commands')
|
|
53 |
subnet_cmds = CommandTree('subnet', 'Networking API network commands')
|
|
54 |
ip_cmds = CommandTree('ip', 'Networking API floatingip commands')
|
|
51 |
network_cmds = CommandTree('network', 'Network API network commands') |
|
52 |
port_cmds = CommandTree('port', 'Network API port commands')
|
|
53 |
subnet_cmds = CommandTree('subnet', 'Network API subnet commands')
|
|
54 |
ip_cmds = CommandTree('ip', 'Network API floatingip commands') |
|
55 | 55 |
_commands = [network_cmds, port_cmds, subnet_cmds, ip_cmds] |
56 | 56 |
|
57 | 57 |
|
Also available in: Unified diff