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
0b2d7176
Commit
0b2d7176
authored
Jan 07, 2014
by
Stavros Sachtouris
Browse files
Merge branch 'hotfix-0.12.3'
parents
7c5857a6
f2df1530
Changes
4
Show whitespace changes
Inline
Side-by-side
Changelog
View file @
0b2d7176
CHANGELOG for hotfix version 0.12.3
- Import the whole astakosclient package
- Minor typos in help message
CHANGELOG for hotfix version 0.12.2
- Always use "details" call in neworks/subnets list
...
...
kamaki/cli/commands/cyclades.py
View file @
0b2d7176
...
...
@@ -301,7 +301,7 @@ class server_info(_init_cyclades, _optional_json):
choose_one
=
(
'nics'
,
'stats'
,
'diagnostics'
)
count
=
len
([
a
for
a
in
choose_one
if
self
[
a
]])
if
count
>
1
:
raise
CLIInvalidArgument
(
'Invalid argument com
p
ination'
,
details
=
[
raise
CLIInvalidArgument
(
'Invalid argument com
b
ination'
,
details
=
[
'Arguments %s cannot be used simultaneously'
%
', '
.
join
(
[
self
.
arguments
[
a
].
lvalue
for
a
in
choose_one
])])
self
.
_run
(
server_id
=
server_id
)
...
...
kamaki/clients/astakos/__init__.py
View file @
0b2d7176
...
...
@@ -32,12 +32,13 @@
# or implied, of GRNET S.A.
from
logging
import
getLogger
from
astakosclient
import
AstakosClient
from
astakosclient
import
AstakosClientException
from
astakosclient
import
*
#
astakosclient
contains: AstakosCLient,
AstakosClientException
from
kamaki.clients
import
Client
,
ClientError
,
RequestManager
,
recvlog
def
_astakos_error
(
foo
):
def
wrap
(
self
,
*
args
,
**
kwargs
):
try
:
...
...
version
View file @
0b2d7176
0.12.
2
0.12.
3
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