summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Koelker <jason@koelker.net>2011-07-21 16:15:18 -0500
committerJason Koelker <jason@koelker.net>2011-07-21 16:15:18 -0500
commit2b03601d6659376ebfcdcade1937ec85e262c3b8 (patch)
tree50489e131a71bea9bc3191240c5e9c17fa32cd1f
parentbb8d89e217c772fe335188212fe019f15a13aaf1 (diff)
add in the right number of fields
-rwxr-xr-xbin/nova-manage3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index c5ea30fcd..ece63e54d 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -641,7 +641,8 @@ class NetworkCommands(object):
_('VlanID'),
'project')
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.dhcp_start,
network.dns,