Comment 2 for bug 1657508

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

Reviewed: https://review.openstack.org/422531
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=fbf0381948621ad34053a6d47a0ef5072279a245
Submitter: Jenkins
Branch: master

commit fbf0381948621ad34053a6d47a0ef5072279a245
Author: gong yong sheng <gong.yongsheng@99cloud.net>
Date: Thu Jan 19 18:19:57 2017 +0800

    Increase vim password column length

    The original size 128 is not enough for tool generated password.
    (The saved password is one transferred, which increased the length).

    This patch increase the size to 255 which is enough for ansible
    uuid password.

    Change-Id: I9defd7522c6a243f00cc8edd7047e96c4586c943
    Closes-bug: #1657508