Comment 2 for bug 1801689

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

Reviewed: https://review.openstack.org/615752
Committed: https://git.openstack.org/cgit/openstack/python-masakariclient/commit/?id=71ce1fbb4a46c2da102581c9e1d0384598199ba6
Submitter: Zuul
Branch: master

commit 71ce1fbb4a46c2da102581c9e1d0384598199ba6
Author: tpatil <email address hidden>
Date: Tue Nov 6 16:14:51 2018 +0900

    Fix osc command issue

    If you have installed openstackclient and masakariclient on your
    machine, then none of the openstack commands work as it fails to
    load the masakari plugin.

    Added 'API_NAME' global constants which osc clientmanager expects
    during initialization of masakari plugin.

    Change-Id: Id33bd45ee1625a23ae43090a45d8b0f9ff2bf56a
    Closes-Bug: #1801689