Comment 2 for bug 1727569

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

Reviewed: https://review.openstack.org/515253
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=5992895eb16f73f65fabe25d535da95395b80bfe
Submitter: Zuul
Branch: master

commit 5992895eb16f73f65fabe25d535da95395b80bfe
Author: ghanshyam <email address hidden>
Date: Thu Oct 26 01:38:45 2017 +0000

    Fix 'tempest cleanup' for volume service client

    In below patch, volume service clients alias in cleint.py
    has been changed and out under version checks condition.
    - I1400a870de483f5cdf125eae2a9be68b46b54343

    But tempest cleanup cmd used the alias not present for all
    version and get no attribute error if volume v2 or v3 version
    is configured.

    Change-Id: I1d0d86417ce6d92bfa0ef450ceb70dd480978fe1
    Closes-Bug: #1727569