add in the right number of fields

This commit is contained in:
Jason Koelker
2011-07-21 16:15:18 -05:00
parent c3a854bc27
commit a7f51bbd41

View File

@@ -641,7 +641,8 @@ class NetworkCommands(object):
_('VlanID'), _('VlanID'),
'project') 'project')
for network in db.network_get_all(context.get_admin_context()): for network in db.network_get_all(context.get_admin_context()):
print "%-18s\t%-15s\t%-15s\t%-15s\t%-15s\t%-15s" % (network.cidr, print "%-18s\t%-15s\t%-15s\t%-15s\t%-15s\t%-15s\t%-15s" % (
network.cidr,
network.netmask, network.netmask,
network.dhcp_start, network.dhcp_start,
network.dns, network.dns,