Comment 2 for bug 1427423

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

Reviewed: https://review.openstack.org/160561
Committed: https://git.openstack.org/cgit/openstack/python-barbicanclient/commit/?id=5579cf57ebe4398f2db5a9e784609aadf4901e55
Submitter: Jenkins
Branch: master

commit 5579cf57ebe4398f2db5a9e784609aadf4901e55
Author: Douglas Mendizábal <email address hidden>
Date: Mon Mar 2 17:57:25 2015 -0600

    Add secret_type to Secret constructor

    The secret_type attribute was recently introduced on the Barbican
    server. [1] Passing a response that includes the secret_type to the
    constructor results in a TypeError

    This is the kind of error that the upcoming python-barbicanclient gate
    will help find. It should be covered by an existing test in the
    functional test suite.

    [1] https://review.openstack.org/#/c/156385/

    Change-Id: Ibcf42a79ec11e9c05121763ab18d9bc41d6f4dcf
    Closes-Bug: #1427423