Bug 1228438 - ImportError: No module named oslo_utils
Summary: ImportError: No module named oslo_utils
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: instack-undercloud
Version: Director
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Director
Assignee: James Slagle
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-04 23:54 UTC by John Fulton
Modified: 2016-04-18 06:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-05 21:24:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Fulton 2015-06-04 23:54:38 UTC
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.

Comment 3 John Fulton 2015-06-05 21:24:39 UTC
This problem went away after the customer enabled the RHEL OSP 7 Beta-2 repo.


Note You need to log in before you can comment on or make changes to this bug.