fixing bad lookup
This commit is contained in:
@@ -518,7 +518,7 @@ class FixedIpCommands(object):
|
|||||||
instance = fixed_ip['instance']
|
instance = fixed_ip['instance']
|
||||||
hostname = instance['hostname']
|
hostname = instance['hostname']
|
||||||
host = instance['host']
|
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" % (
|
print "%-18s\t%-15s\t%-17s\t%-15s\t%s" % (
|
||||||
fixed_ip['network']['cidr'],
|
fixed_ip['network']['cidr'],
|
||||||
fixed_ip['address'],
|
fixed_ip['address'],
|
||||||
|
|||||||
Reference in New Issue
Block a user