Jenkins PEP8 job failing with "RuntimeError: Unable to import module nova.openstack.common.sslutils"

Bug #1287629 reported by Matthew Gilliard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
New
Undecided
Unassigned

Bug Description

This prevents Jenkins from being able to generate the nova.conf.sample, which causes the Nova pep8 job to fail.

Revision history for this message
Matthew Gilliard (matthew-gilliard-u) wrote :
description: updated
Revision history for this message
Matthew Gilliard (matthew-gilliard-u) wrote :
Revision history for this message
Dina Belova (dbelova) wrote :

The main problem here is: Error importing module nova.openstack.common.sslutils: duplicate option: ca_file

That's because of https://review.openstack.org/#/c/71997/ merged to oslo.messaging - and now released

Author changed opts not only in oslo.messaging files, but also in openstack.compute one - sslutils - and we've got duplicate option error with openstack.common.sslutils in nova.

As I discussed that with Doug Hellmann, on #openstack-dev some days ago, he proposed to merge the same fix to oslo-incubator and then update all other projects using oslo.messaging.

Here is the fix: https://review.openstack.org/#/c/76300/

And the same error in Climate project: https://bugs.launchpad.net/climate/+bug/1284749 - oslo.messaging was 'master' that time, now it's 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.