fix display of vpn instance id and add output rule so it can be tested from network host

This commit is contained in:
Vishvananda Ishaya
2011-04-20 13:37:21 -07:00
parent eb60763a17
commit 8991268596

View File

@@ -151,7 +151,7 @@ class VpnCommands(object):
state = 'up'
print address,
print vpn['host'],
print vpn['ec2_id'],
print ec2utils.id_to_ec2_id(vpn['id']),
print vpn['state_description'],
print state
else: