← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1418990] [NEW] Conflict between global-requirements and keystone/nova-requirements

 

Public bug reported:

At 5th of February was merged the patch https://review.openstack.org/#/c/153171/ changed the global requirements.
The error in the devstack installation process:

2015-02-06 13:35:47.117 | + /usr/local/bin/nova-manage db sync
2015-02-06 13:35:47.218 | Traceback (most recent call last):
2015-02-06 13:35:47.218 |   File "/usr/local/bin/nova-manage", line 5, in <module>
2015-02-06 13:35:47.218 |     from pkg_resources import load_entry_point
2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3018, in <module>
2015-02-06 13:35:47.219 |     working_set = WorkingSet._build_master()
2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 614, in _build_master
2015-02-06 13:35:47.219 |     return cls._build_from_requirements(__requires__)
2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 627, in _build_from_requirements
2015-02-06 13:35:47.220 |     dists = ws.resolve(reqs, Environment())
2015-02-06 13:35:47.220 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 805, in resolve
2015-02-06 13:35:47.220 |     raise DistributionNotFound(req)
2015-02-06 13:35:47.220 | pkg_resources.DistributionNotFound: pycadf<0.6.0,>=0.4.1

The installed version of pycadf is 0.6.0.

This problem related to icehouse version. We have to run the OpenStack
Proposal Bot to update the keystone and nova requirements for
stable/icehouse branch.

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: requirements

** Also affects: nova
   Importance: Undecided
       Status: New

** Description changed:

  At 5th of February was merged the patch https://review.openstack.org/#/c/153171/ changed the global requirements.
- The error in the devstack installation process: 
+ The error in the devstack installation process:
  
  2015-02-06 13:35:47.117 | + /usr/local/bin/nova-manage db sync
  2015-02-06 13:35:47.218 | Traceback (most recent call last):
  2015-02-06 13:35:47.218 |   File "/usr/local/bin/nova-manage", line 5, in <module>
  2015-02-06 13:35:47.218 |     from pkg_resources import load_entry_point
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3018, in <module>
  2015-02-06 13:35:47.219 |     working_set = WorkingSet._build_master()
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 614, in _build_master
  2015-02-06 13:35:47.219 |     return cls._build_from_requirements(__requires__)
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 627, in _build_from_requirements
  2015-02-06 13:35:47.220 |     dists = ws.resolve(reqs, Environment())
  2015-02-06 13:35:47.220 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 805, in resolve
  2015-02-06 13:35:47.220 |     raise DistributionNotFound(req)
  2015-02-06 13:35:47.220 | pkg_resources.DistributionNotFound: pycadf<0.6.0,>=0.4.1
  
  The installed version of pycadf is 0.6.0.
  
  This problem related to icehouse version. We have to run the OpenStack
- Proposal Bot to update the keystone requirements for stable/icehouse
- branch.
+ Proposal Bot to update the keystone and nova requirements for
+ stable/icehouse branch.

** Summary changed:

- Conflict between global-requirements and keystone-requirements
+ Conflict between global-requirements and keystone/nova-requirements

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1418990

Title:
  Conflict between global-requirements and keystone/nova-requirements

Status in OpenStack Identity (Keystone):
  New
Status in OpenStack Compute (Nova):
  New

Bug description:
  At 5th of February was merged the patch https://review.openstack.org/#/c/153171/ changed the global requirements.
  The error in the devstack installation process:

  2015-02-06 13:35:47.117 | + /usr/local/bin/nova-manage db sync
  2015-02-06 13:35:47.218 | Traceback (most recent call last):
  2015-02-06 13:35:47.218 |   File "/usr/local/bin/nova-manage", line 5, in <module>
  2015-02-06 13:35:47.218 |     from pkg_resources import load_entry_point
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3018, in <module>
  2015-02-06 13:35:47.219 |     working_set = WorkingSet._build_master()
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 614, in _build_master
  2015-02-06 13:35:47.219 |     return cls._build_from_requirements(__requires__)
  2015-02-06 13:35:47.219 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 627, in _build_from_requirements
  2015-02-06 13:35:47.220 |     dists = ws.resolve(reqs, Environment())
  2015-02-06 13:35:47.220 |   File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 805, in resolve
  2015-02-06 13:35:47.220 |     raise DistributionNotFound(req)
  2015-02-06 13:35:47.220 | pkg_resources.DistributionNotFound: pycadf<0.6.0,>=0.4.1

  The installed version of pycadf is 0.6.0.

  This problem related to icehouse version. We have to run the OpenStack
  Proposal Bot to update the keystone and nova requirements for
  stable/icehouse branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1418990/+subscriptions


Follow ups

References