]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Bring cinder up-to-date with new oslo libraries
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 3 Dec 2014 18:20:05 +0000 (12:20 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Wed, 3 Dec 2014 20:37:22 +0000 (14:37 -0600)
commit313c33049f8d0cb0e41cef52f35f5ce96ac3373a
tree3248f6f5ee025f743f1dfdf0c31f37d72b0e618e
parent530c17810d52b056c2f56145f78d57011bfe8901
Bring cinder up-to-date with new oslo libraries

New versions of the oslo libraries have been released and
this has broken Cinder in the gate.  The first issue is
causing all unit tests to fail with the message:

"NoSuchOptError: no such option: fake_rabbit"

This was due to commit bcb3b23b8f6e7d01e38fdc031982558711bb7586
removing that option from oslo/messaging/_drivers/impl_rabbit.py .
We were trying to set that option in cinder/tests/conf_fixture.py .
I have removed that code.

Second, the update has made etc/cinder.conf.sample go out of date
again.  I am merging the changes to bring it back up to date.

This change also disables execution of check_uptodate.sh execution
from the gate.

Change-Id: Ie4e25a8cd36782007a8934cc4573632f5215c2b1
cinder/tests/conf_fixture.py
etc/cinder/cinder.conf.sample
tox.ini