Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
f2df1530
Commit
f2df1530
authored
Jan 07, 2014
by
Stavros Sachtouris
Browse files
Typo fixes
parent
3888991f
Changes
1
Show whitespace changes
Inline
Side-by-side
kamaki/cli/commands/network.py
View file @
f2df1530
...
...
@@ -48,10 +48,10 @@ from kamaki.cli.commands import (
from
kamaki.cli.commands.cyclades
import
_service_wait
network_cmds
=
CommandTree
(
'network'
,
'Network
ing
API network commands'
)
port_cmds
=
CommandTree
(
'port'
,
'Network
ing
API
netw
or
k
commands'
)
subnet_cmds
=
CommandTree
(
'subnet'
,
'Network
ing
API net
work
commands'
)
ip_cmds
=
CommandTree
(
'ip'
,
'Network
ing
API floatingip commands'
)
network_cmds
=
CommandTree
(
'network'
,
'Network API network commands'
)
port_cmds
=
CommandTree
(
'port'
,
'Network API
p
or
t
commands'
)
subnet_cmds
=
CommandTree
(
'subnet'
,
'Network API
sub
net commands'
)
ip_cmds
=
CommandTree
(
'ip'
,
'Network API floatingip commands'
)
_commands
=
[
network_cmds
,
port_cmds
,
subnet_cmds
,
ip_cmds
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment