Any successful trove integration?
Hi,
I haven't seen too many threads on Trove, has anyone integrated it with openstack successfully? I have had some problems after fresh installation of trove, as datastore & datastore_version fields were not there in output of trove list command
trove list
+----+------+--------+-----------+------+
| id | name | status | flavor_id | size |
+----+------+--------+-----------+------+
+----+------+--------+-----------+------+
Following error was in logs:
DatastoreDefaultVersionNotFound: Default version for datastore 'mysql' not found.
I updated database manually with the version no. but the launch of instance was still getting an error.
Any idea what's wrong with the installation or any pointers to right documentation?