diff options
| author | Devin Carlen <devin.carlen@gmail.com> | 2010-09-29 01:53:14 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-09-29 01:53:14 +0000 |
| commit | 27220e66e20e30304bae8491ebe90fcc968c43ca (patch) | |
| tree | 7329256f146fdfc9357e17bb238749b9b6eb1dc0 /bin | |
| parent | 0945a8869fa64d466527f865ba13b6275f1649c2 (diff) | |
| parent | e3102b6b9be148597a2f502d2b2baf750ecc0a34 (diff) | |
Added random ec2 style id's for volumes and instances.
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 baa1cb4db..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']['str_id'] + instance = floating_ip['fixed_ip']['instance']['ec2_id'] print "%s\t%s\t%s" % (floating_ip['host'], floating_ip['address'], instance) |
