Comment 5 for bug 1616415

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/362303
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=42f217042403badf1baa1679509fd2bd0d343a17
Submitter: Jenkins
Branch: master

commit 42f217042403badf1baa1679509fd2bd0d343a17
Author: vnathan <email address hidden>
Date: Sun Sep 4 12:32:16 2016 +0530

    Fix incorrect output of "nova show" for long user data

    New argument "--wrap" is added for "nova show" command to wrap
    the output. The default wrap length is set to 0 i.e. no wrap.
    Usage: nova show --wrap 80 <server-id>

    closes-bug: 1616415

    Change-Id: I7f4869d743f7bf9ff653183a5767134c796c440a