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
9a70c511
Commit
9a70c511
authored
Jun 17, 2013
by
Stavros Sachtouris
Browse files
Adjust list_sever_nics to recent server changes
parent
ae0c3728
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/cyclades/__init__.py
View file @
9a70c511
...
...
@@ -121,7 +121,8 @@ class CycladesClient(CycladesRestClient):
:returns: (dict) network interface connections
"""
r
=
self
.
servers_get
(
server_id
,
'ips'
)
return
r
.
json
[
'addresses'
]
return
r
.
json
[
'attachments'
]
#return r.json['addresses']
def
get_server_stats
(
self
,
server_id
):
"""
...
...
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