Another slight client tweak

This commit is contained in:
Joshua Boniface 2018-09-29 02:59:00 -04:00
parent 46446f11fc
commit ec868b50f4
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ def formatDHCPReservationList(zk_conn, vni, dhcp_reservations_list):
# Determine optimal column widths # Determine optimal column widths
# Dynamic columns: node_name, hypervisor, migrated # Dynamic columns: node_name, hypervisor, migrated
reservation_description_length = 13 reservation_description_length = 13
reservation_ip_address_length = 13 reservation_ip_address_length = 11
reservation_mac_address_length = 13 reservation_mac_address_length = 13
for dhcp_reservation in dhcp_reservations_list: for dhcp_reservation in dhcp_reservations_list:
# description column # description column