Comment 14 for bug 1712835

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (stable/stein)

Reviewed: https://review.openstack.org/645577
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=5a884fb68f8610b379ce5b6c7a857b3f78201359
Submitter: Zuul
Branch: stable/stein

commit 5a884fb68f8610b379ce5b6c7a857b3f78201359
Author: Eric Harney <email address hidden>
Date: Mon Oct 15 11:29:01 2018 -0400

    Re-enable shell UUID completion cache

    This enables writing ids to a local completion
    cache when using the cinderclient shell, which
    allows tools/cinder.bash_completion to complete
    commands such as
        cinder delete a<tab>

    Volume ids are recorded on "cinder list" and
    "cinder create" operations, similar for backup ids.

    This functionality was unintentionally removed in
    changes some time ago. Labeled as Partial-Bug
    because I haven't added name caching yet, which also
    used to exist.

    Partial-Bug: #1712835
    Change-Id: Id56aa43b061758a00a2a8c9c92a5a33ab9f7ab84
    (cherry picked from commit c4b37c2830fdd90b57383a93e09a8bd40ca41221)
    (cherry picked from commit 7319a40767641aa83d75cc99a807fd231f52f1ac)