diff options
| author | danwent <danwent@dan-xs3-cs> | 2011-07-20 13:06:31 -0700 |
|---|---|---|
| committer | danwent <danwent@dan-xs3-cs> | 2011-07-20 13:06:31 -0700 |
| commit | 47227b969e574a63f7ee7d5e354fabd2a112af25 (patch) | |
| tree | 69422c5900fe3c436b34f4eed21dc22fa4d36786 /bin | |
| parent | 2b8cc5f98435423eb2b8bc42bcb7e9c38e453c34 (diff) | |
| parent | 90adc6067b5b9c23e5380c9cfde33c049d43d4d1 (diff) | |
merge ryu's branch
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 b892d958a..2446309e8 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -518,7 +518,7 @@ class FixedIpCommands(object): instance = fixed_ip['instance'] hostname = instance['hostname'] host = instance['host'] - mac_address = fixed_ip['mac_address']['address'] + mac_address = fixed_ip['virtual_interface']['address'] print "%-18s\t%-15s\t%-17s\t%-15s\t%s" % ( fixed_ip['network']['cidr'], fixed_ip['address'], |
