jkoelker / quark

This is my fork, Quark is now at https://github.com/rackerlabs/quark
Apache License 2.0
0 stars 2 forks source link

Fix for upstream quantum db changes #117

Closed asadoughi closed 11 years ago

asadoughi commented 11 years ago

You'll want to blow away your .tox and any cache of quantum/oslo.config after this change.

asadoughi commented 11 years ago

Also, you'll want to update your quantum.conf to use [database] connection instead of [DATABASE] sql_connection. Although, it should be backwards compatible.

asadoughi commented 11 years ago

Gr, wrong version of oslo.config in tox's flake8 environment. oslo.config==1.1.1 instead 1.2.0a2. Hmm... .

asadoughi commented 11 years ago

Travis-ci looks good. For reference this was the offending commit:

Gary Kotton gkotton@redhat.com | 9f0c245 | Update to use OSLO db

https://review.openstack.org/#/c/27265/

asadoughi commented 11 years ago

Going ahead and merging this as people's development environments are breaking.