Zhao Chao 5ce26ec392 Fix os.path.join() for unittests under python 3.6
Some unittest cases of trove.tests.unittests.guestagent has mocked
os.path.expanduser(), the result of the mocked function is passed to
os.path.join(). This causes these tests failed under Python3.6 by
TypeError, because a str, bytes or os.PathLike object is expected, but a
MagicMock object is passed in instead. Giving a string return value for
the mocked os.path.expanduser() fixes.

Partial-Bug: #1755417

Change-Id: Ieeb7964a65ceb6fab0f20a0c8fefbe38dd25cb10
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-03-13 22:27:54 +08:00
2015-05-29 07:27:59 +00:00
2016-10-24 04:12:55 +00:00
2013-06-14 18:25:42 -04:00
2017-10-13 09:37:48 -05:00
2013-06-24 14:11:15 -07:00
2014-03-19 15:06:23 +01:00
2016-10-26 05:27:09 +00:00
2015-05-29 07:27:59 +00:00
2018-01-24 17:21:26 +00:00
2013-04-29 18:01:12 -04:00
2016-09-14 13:56:24 -04:00
2017-01-11 07:56:35 -05:00
2017-03-02 11:57:16 +00:00
2018-02-22 17:45:22 +00:00

Trove

image

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

You can raise bugs here: https://bugs.launchpad.net/trove

Python client

https://git.openstack.org/cgit/openstack/python-troveclient

References

Description
OpenStack Database As A Service (Trove)
Readme 114 MiB
Languages
Python 95%
Shell 4.9%