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
466903f7
Commit
466903f7
authored
Apr 01, 2014
by
Stavros Sachtouris
Browse files
Remove unused "about_authentication" helper
parent
794b743e
Changes
2
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/cmds/cyclades.py
View file @
466903f7
...
...
@@ -54,11 +54,6 @@ server_cmds = CommandTree('server', 'Cyclades/Compute API server commands')
flavor_cmds
=
CommandTree
(
'flavor'
,
'Cyclades/Compute API flavor commands'
)
namespaces
=
[
server_cmds
,
flavor_cmds
]
about_authentication
=
'
\n
User Authentication:
\
\n
* to check authentication: /user authenticate
\
\n
* to set authentication token: /config set cloud.<cloud>.token <token>'
howto_personality
=
[
'Defines a file to be injected to virtual servers file system.'
,
'syntax: PATH,[SERVER_PATH,[OWNER,[GROUP,[MODE]]]]'
,
...
...
kamaki/cli/cmds/network.py
View file @
466903f7
...
...
@@ -53,12 +53,6 @@ subnet_cmds = CommandTree('subnet', 'Network API subnet commands')
ip_cmds
=
CommandTree
(
'ip'
,
'Network API floatingip commands'
)
namespaces
=
[
network_cmds
,
port_cmds
,
subnet_cmds
,
ip_cmds
]
about_authentication
=
'
\n
User Authentication:
\
\n
to check authentication: [kamaki] ]user authenticate
\
\n
to set authentication token:
\
[kamaki] config set cloud.<CLOUD>.token <TOKEN>'
port_states
=
(
'BUILD'
,
'ACTIVE'
,
'DOWN'
,
'ERROR'
)
...
...
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