Bug 1250589

Summary: openstack-nova requires python-oslo-config
Product: Red Hat OpenStack Reporter: Lars Kellogg-Stedman <lars>
Component: openstack-novaAssignee: Eoghan Glynn <eglynn>
Status: CLOSED DUPLICATE QA Contact: nlevinki <nlevinki>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: berrange, dasmith, eglynn, kchamart, ndipanov, pbrady, sbauza, sferdjao, sgordon, vromanso, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-28 16:22:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1249564, 1266956    

Description Lars Kellogg-Stedman 2015-08-05 14:02:22 UTC
openstack-nova in OSP 7 requires the python-oslo-config package, but this fact isn't reflected in the package dependencies.  After upgrading the nova packages from OSP 6 to OSP 7, attempts to run nova-manage db sync fail with:

  File "/usr/bin/nova-manage", line 6, in <module>
    from nova.cmd.manage import main
  File "/usr/lib/python2.7/site-packages/nova/cmd/manage.py", line 64, in <module>
    from oslo_config import cfg
ImportError: No module named oslo_config
Can't determine the existing sync level.
Please ensure the database is running and already initialised.

Affected version:

openstack-nova-common-2015.1.0-16.el7ost.noarch

Comment 3 Lars Kellogg-Stedman 2015-09-28 16:22:04 UTC
Rolled into #1266956.

*** This bug has been marked as a duplicate of bug 1266956 ***