Bug 1228438
| Summary: | ImportError: No module named oslo_utils | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Fulton <johfulto> |
| Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Director | CC: | srevivo |
| Target Milestone: | --- | ||
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-05 21:24:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This problem went away after the customer enabled the RHEL OSP 7 Beta-2 repo. |
When running openstack undercloud install, it immediately fails with the error: [stack@manager ~]$ openstack undercloud install Traceback (most recent call last): File "/bin/openstack", line 6, in <module> from openstackclient.shell import main File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 29, in <module> from openstackclient.common import clientmanager File "/usr/lib/python2.7/site-packages/openstackclient/common/clientmanager.py", line 197, in <module> 'openstack.cli.extension', File "/usr/lib/python2.7/site-packages/openstackclient/common/clientmanager.py", line 164, in get_plugin_modules __import__(ep.module_name) File "/usr/lib/python2.7/site-packages/ironic_discoverd/shell.py", line 24, in <module> from ironic_discoverd import client File "/usr/lib/python2.7/site-packages/ironic_discoverd/client.py", line 19, in <module> from oslo_utils import netutils ImportError: No module named oslo_utils however running: rpm -qa python-oslo-utils Shows that 'python-oslo-utils-1.0.0-1.el7ost.noarch' is installed. The package is there but the openstacl command is not finding it.