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
synnefo
Commits
980be591
Commit
980be591
authored
May 24, 2013
by
Christos Stavrakakis
Browse files
cyclades: Export hypervisor to backend-list cmd
parent
810ce4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/management/commands/backend-list.py
View file @
980be591
...
...
@@ -74,7 +74,8 @@ class Command(ListCommand):
"ips"
:
(
get_ips
,
"free/total number of public IPs"
),
"mem"
:
(
get_mem
,
"free/total memory (MB)"
),
"disk"
:
(
get_mem
,
"free/total disk (GB)"
),
"hypervisor"
:
(
"hypervisor"
,
"The hypervisor the backend is using"
),
}
fields
=
[
"id"
,
"clustername"
,
"port"
,
"username"
,
"drained"
,
"offline"
,
"vms"
,
"ips"
]
"vms"
,
"hypervisor"
,
"ips"
]
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