summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-09-11 13:18:02 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-09-13 19:13:53 +1200
commit72e20e4e97c54d59e6330180b65635928c9b274e (patch)
tree3b2b04cc6618dde8c6727815361703dd00bcbdd3 /api-ref
parentdf4f74769ee731c57cf8dcef01dec8946baa58c6 (diff)
downloadtrove-72e20e4e97c54d59e6330180b65635928c9b274e.tar.gz
Only enable user and database API for MySQL
Change-Id: Ic59f2fd94c5f216414effe7d13d0dd486dce9243
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/databases.inc5
-rw-r--r--api-ref/source/users.inc4
2 files changed, 8 insertions, 1 deletions
diff --git a/api-ref/source/databases.inc b/api-ref/source/databases.inc
index c7c1df77..e0d91ef7 100644
--- a/api-ref/source/databases.inc
+++ b/api-ref/source/databases.inc
@@ -4,7 +4,10 @@
Databases
=========
-
+Currently, the Database and User API is only supported by mysql datastore. For
+others, the recommended way is to get root password
+(``POST /v1.0/{project_id}/instances/{instance_id}/root``) and communicate with
+the database service directly for database and user management.
Create database
diff --git a/api-ref/source/users.inc b/api-ref/source/users.inc
index 686a84fd..91be9969 100644
--- a/api-ref/source/users.inc
+++ b/api-ref/source/users.inc
@@ -4,6 +4,10 @@
Users
=====
+Currently, the Database and User API is only supported by mysql datastore. For
+others, the recommended way is to get root password
+(``POST /v1.0/{project_id}/instances/{instance_id}/root``) and communicate with
+the database service directly for database and user management.
Create user