diff options
| author | Devin Carlen <devin.carlen@gmail.com> | 2010-09-28 18:43:36 -0700 |
|---|---|---|
| committer | Devin Carlen <devin.carlen@gmail.com> | 2010-09-28 18:43:36 -0700 |
| commit | e3102b6b9be148597a2f502d2b2baf750ecc0a34 (patch) | |
| tree | 0210b35476ff82e633ea44eecc6a5838e73abe54 /bin | |
| parent | 2327378a1e5c9fa942d56001919caaeb1be1c7cb (diff) | |
Fixed tests
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index d0fde6f17..a5087bfec 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -316,7 +316,7 @@ class FloatingIpCommands(object): for floating_ip in floating_ips: instance = None if floating_ip['fixed_ip']: - instance = floating_ip['fixed_ip']['instance']['address'] + instance = floating_ip['fixed_ip']['instance']['ec2_id'] print "%s\t%s\t%s" % (floating_ip['host'], floating_ip['address'], instance) |
