diff options
author | Amrith Kumar <amrith@tesora.com> | 2016-08-17 13:27:51 -0400 |
---|---|---|
committer | Amrith Kumar <amrith@tesora.com> | 2016-08-17 17:46:41 -0400 |
commit | 3b0d1ea25d06c5b58e895da7b1003ad8fc83e12e (patch) | |
tree | be0524a3a98c833e3c6b4c66483c35e4cbc08afe /api-ref/source/samples/db-mgmt-list-accounts-response.json | |
parent | 27a076f6d6dee97d25f60457f1450e1942c2c4e8 (diff) | |
download | trove-3b0d1ea25d06c5b58e895da7b1003ad8fc83e12e.tar.gz |
Adds the api-ref migrated RST + YAML files
With this email[0], you must migrate API reference docs into RST. The
conf.py and the tox environment are also cribbed from nova.
Still need to retain the install_command in tox.ini, otherwise the
api-ref job fails.
[0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html
Co-Authored-By: Anne Gentle <agentle@cisco.com>
Co-Authored-By: Amrith Kumar <amrith@tesora.com>
Change-Id: I3315261aa18729fa7a6aa79d4a1d6c24de1e2c6b
Diffstat (limited to 'api-ref/source/samples/db-mgmt-list-accounts-response.json')
-rw-r--r-- | api-ref/source/samples/db-mgmt-list-accounts-response.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api-ref/source/samples/db-mgmt-list-accounts-response.json b/api-ref/source/samples/db-mgmt-list-accounts-response.json new file mode 100644 index 00000000..099a6a50 --- /dev/null +++ b/api-ref/source/samples/db-mgmt-list-accounts-response.json @@ -0,0 +1,8 @@ +{ + "accounts": [ + { + "id": "3000", + "num_instances": 1 + } + ] +} |