Comment 2 for bug 1424474

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

Reviewed: https://review.openstack.org/158152
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=7b8c2247bc60ff291644cc9d464d2210a2ca60c6
Submitter: Jenkins
Branch: master

commit 7b8c2247bc60ff291644cc9d464d2210a2ca60c6
Author: Akihiro Motoki <email address hidden>
Date: Mon Feb 23 08:35:24 2015 +0900

    Honor allow_names in *-update command

    Previously the help message of *-update command says
    "ID or name" even if the command takes only ID.
    UpdateCommand get_parser should honor allow_names
    when generating the help message.

    Change-Id: I6053d80cea4e1012230d5a1e6d15608545134f20
    Closes-Bug: #1424474