Comment 6 for bug 1712835

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

Reviewed: https://review.openstack.org/610619
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=7319a40767641aa83d75cc99a807fd231f52f1ac
Submitter: Zuul
Branch: master

commit 7319a40767641aa83d75cc99a807fd231f52f1ac
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)