Michael, hello. I've found this issue some days ago with oslo.messaging master (and now it's released, as you see..)
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 (and understood him), 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/ to oslo.incubator Although, I suppose now your idea with simply not using last oslo.messaging release will be much quicker due to code freeze. On Tue, Mar 4, 2014 at 2:38 PM, Michael Still <[email protected]> wrote: > Hi. > > You might have noticed that the nova gate is currently broken. I > believe this is related to an oslo.messaging release today, and have > proposed a fix at https://review.openstack.org/#/c/77844/ > > Cheers, > Michael > > -- > Rackspace Australia > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Best regards, Dina Belova Software Engineer Mirantis Inc.
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
