Comment 1 for bug 1754589

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

Reviewed: https://review.openstack.org/551201
Committed: https://git.openstack.org/cgit/openstack/powervc-driver/commit/?id=7f8aabe2465fe103ec2419aaee06e47366c6ef31
Submitter: Zuul
Branch: master

commit 7f8aabe2465fe103ec2419aaee06e47366c6ef31
Author: arunmani <email address hidden>
Date: Fri Mar 9 03:21:04 2018 -0500

    Fix issue related to keystone version check

    Update the keystone version check logic to use version
    attribute to detect the keystone version. The current
    check breaks the driver sync logic if the attribute
    isn't present in the keystone client object.

    Change-Id: I271f39b320aec080e84c47b41b53d32be6879af2
    Closes-Bug: #1754589