Comment 11 for bug 1562023

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

Reviewed: https://review.openstack.org/453125
Committed: https://git.openstack.org/cgit/openstack/python-ironic-inspector-client/commit/?id=1538d5683661d6c490853c734951646a7affa08f
Submitter: Jenkins
Branch: master

commit 1538d5683661d6c490853c734951646a7affa08f
Author: Anton Arefiev <email address hidden>
Date: Tue Apr 4 13:46:02 2017 +0300

    Do not depend on python-openstackclient

    OpenStack client is not a runtime dependency of inspector client,
    and having it in requirements just brings in many dependencies
    which might not be needed at all when using the Python API of the client
    only (for example in server-side applications, like ironic-conductor).

    Although dependency on osc-lib is enough for unit and functional tests
    to pass.

    Also, add a setuptools 'extra' so that users can install openstackclient
    together with inspector client:

        pip install python-ironic-inspector-client[cli]

    Co-Authored-By: Pavlo Shchelokovskyy <email address hidden>
    Closes-Bug: #1562023
    Change-Id: I430549146a25eb05cc7905b221abb81d144e0f8b