Activity log for bug #1562927

Date Who What changed Old value New value Message
2016-03-28 16:04:34 Kyrylo Romanenko bug added bug
2016-03-28 16:05:03 Kyrylo Romanenko summary Wrap option for "ironic driver-properties" gives larger width then expected Wrap option for "ironic driver-properties" gives larger table width then expected
2016-05-12 10:31:31 Dmitry Tantsur python-ironicclient: status New Triaged
2016-05-12 10:31:34 Dmitry Tantsur python-ironicclient: importance Undecided Low
2016-10-13 15:31:46 Vadim Hmyrov python-ironicclient: assignee Vadim Hmyrov (vhmyrov)
2016-10-13 15:32:46 Vadim Hmyrov description Wrap option for "ironic driver-properties" gives larger width then expected in output. Examples: $ ironic driver-properties agent_ssh --wrap 30 +--------------------------+--------------------------------+ | Property | Description | +--------------------------+--------------------------------+ ... actual width of table is 61 char $ ironic driver-properties agent_ssh --wrap 40 +--------------------------+------------------------------------------+ | Property | Description | +--------------------------+------------------------------------------+ ... actual width of table is 71 char $ ironic driver-properties agent_ssh --wrap 60 +--------------------------+-------------------------------------------------------------+ | Property | Description | +--------------------------+-------------------------------------------------------------+ ... actual width of table is 90 chars $ ironic driver-properties agent_ssh --wrap 80 +--------------------------+----------------------------------------------------------------------------------+ | Property | Description | +--------------------------+----------------------------------------------------------------------------------+ ... actual width of table is 111 chars Wrap option for "ironic driver-properties" gives larger width than expected in output. Examples: $ ironic driver-properties agent_ssh --wrap 30 +--------------------------+--------------------------------+ | Property | Description | +--------------------------+--------------------------------+ ... actual width of table is 61 char $ ironic driver-properties agent_ssh --wrap 40 +--------------------------+------------------------------------------+ | Property | Description | +--------------------------+------------------------------------------+ ... actual width of table is 71 char $ ironic driver-properties agent_ssh --wrap 60 +--------------------------+-------------------------------------------------------------+ | Property | Description | +--------------------------+-------------------------------------------------------------+ ... actual width of table is 90 chars $ ironic driver-properties agent_ssh --wrap 80 +--------------------------+----------------------------------------------------------------------------------+ | Property | Description | +--------------------------+----------------------------------------------------------------------------------+ ... actual width of table is 111 chars