
Looks like SQLAlchemy in version 1.2.x checks if the boolean value is None, True, False, 1, or 0. We used a "1" in our test, which does not seem to meet the requirements. In the meantime, if we change it to 1 here, our function section needs to be changed as well. Change-Id: I8df2118fee12fd9dd02caf96a23bc59652efbed7
Trove
Trove is Database as a Service for OpenStack.
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/trove
- Wiki: https://wiki.openstack.org/wiki/Trove
- Developer Docs: https://docs.openstack.org/trove/latest/
You can raise bugs here: https://bugs.launchpad.net/trove
Python client
https://git.openstack.org/cgit/openstack/python-troveclient
References
- Installation docs: https://docs.openstack.org/trove/latest/install/install.html
- Manual installation docs: https://docs.openstack.org/trove/latest/install/manual_install.html
- Build guest image: https://docs.openstack.org/trove/latest/admin/building_guest_images.html
Description
Languages
Python
95%
Shell
4.9%