nova-base for centos binary is missing oslo-policy

Bug #1525502 reported by Martin André
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
Martin André

Bug Description

This is obviously an RDO packaging issue, but we need to implement a workaround until it is fixed upstream. It is causing our centos-binary-deploy gate to fail:

2015-12-11 20:20:21.541 | INFO:__main__:Writing out command to execute
2015-12-11 20:20:21.541 | Traceback (most recent call last):
2015-12-11 20:20:21.541 | File "/usr/bin/nova-manage", line 6, in <module>
2015-12-11 20:20:21.541 | from nova.cmd.manage import main
2015-12-11 20:20:21.541 | File "/usr/lib/python2.7/site-packages/nova/cmd/manage.py", line 71, in <module>
2015-12-11 20:20:21.541 | from nova.api.ec2 import ec2utils
2015-12-11 20:20:21.541 | File "/usr/lib/python2.7/site-packages/nova/api/ec2/__init__.py", line 37, in <module>
2015-12-11 20:20:21.541 | from nova.api.ec2 import apirequest
2015-12-11 20:20:21.541 | File "/usr/lib/python2.7/site-packages/nova/api/ec2/apirequest.py", line 30, in <module>
2015-12-11 20:20:21.541 | from nova.api.ec2 import ec2utils
2015-12-11 20:20:21.541 | File "/usr/lib/python2.7/site-packages/nova/api/ec2/ec2utils.py", line 25, in <module>
2015-12-11 20:20:21.541 | from nova import context
2015-12-11 20:20:21.542 | File "/usr/lib/python2.7/site-packages/nova/context.py", line 32, in <module>
2015-12-11 20:20:21.542 | from nova import policy
2015-12-11 20:20:21.542 | File "/usr/lib/python2.7/site-packages/nova/policy.py", line 21, in <module>
2015-12-11 20:20:21.542 | from oslo_policy import policy
2015-12-11 20:20:21.542 | ImportError: No module named oslo_policy

http://logs.openstack.org/61/254961/4/check/gate-kolla-dsvm-deploy-centos-binary/036eea7/console.html#_2015-12-11_20_20_21_541

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/256936

Changed in kolla:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/256936
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=de7293833eddc7cb6f1ae88023f073e93bd45f08
Submitter: Jenkins
Branch: master

commit de7293833eddc7cb6f1ae88023f073e93bd45f08
Author: Martin André <email address hidden>
Date: Sat Dec 12 20:47:10 2015 +0900

    Add workaround to fix centos-binary-deploy gate

    The RDO nova package is missing a dependency on oslo-policy and this is
    breaking our centos-binary-deploy gate. Install the missing package in
    nova-base until the issue is fixed upstream.

    Change-Id: Iece7edd754c6f173635b0e0c437a998f3b9492d3
    Closes-Bug: #1525502

Changed in kolla:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.