Description of problem: Some openstack cli commands fails due to wrong python2-magnumclient entry_points.txt reporting missing module "magclient.osc.v1.quotas" The issue has been already reported and fixed upstream. https://bugs.launchpad.net/python-openstackclient/+bug/1762316 https://review.openstack.org/#/c/566254/2/setup.cfg Version-Release number of selected component (if applicable): python2-magnumclient-2.9.0-1.el7ost.noarch How reproducible: Run openstack complete Actual results: $ openstack complete No module named magclient.osc.v1.quotas $ echo $? 1 Expected results: $ openstack complete [CUT output] $ echo $? 0 Additional info:
This is resolved upstream as noted in the description and will be resolved by an import.
This bug is marked for inclusion in the errata but does not currently contain draft documentation text. To ensure the timely release of this advisory please provide draft documentation text for this bug as soon as possible. If you do not think this bug requires errata documentation, set the requires_doc_text flag to "-". To add draft documentation text: * Select the documentation type from the "Doc Type" drop down field. * A template will be provided in the "Doc Text" field based on the "Doc Type" value selected. Enter draft text in the "Doc Text" field.
Verified that with this build included openstack complete does raise exception message about missing module and returns 0 $ openstack complete _openstack() .... return 0 } complete -F _openstack openstack $ echo $? 0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2573