diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-24 21:17:23 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-24 21:17:23 -0700 |
| commit | d2974163b721159ad0f283ff3e3e167366be339c (patch) | |
| tree | 6edc4cb89bd5dabc82ead491aa5f4d79b59bd540 | |
| parent | 70099adaab238d34c68947e00350df84e83d2270 (diff) | |
add more info to vpn list
| -rwxr-xr-x | bin/nova-manage | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index f418e162b..ffb626b24 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -62,6 +62,8 @@ class VpnCommands(object): net = 'up' else: net = 'down' + print vpn['private_dns_name'], + print vpn['node_name'], print vpn['instance_id'], print vpn['state_description'], print net |
