trove/api-ref/source/samples/db-configuration-create-response.json
Amrith Kumar 3b0d1ea25d 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
2016-08-17 17:46:41 -04:00

18 lines
558 B
JSON

{
"configuration": {
"created": "2014-10-30T12:30:00",
"datastore_name": "mysql",
"datastore_version_id": "b00000b0-00b0-0b00-00b0-000b000000bb",
"datastore_version_name": "5.5",
"description": "example description",
"id": "43a6ea86-e959-4735-9e46-a6a5d4a2d80f",
"instance_count": 0,
"name": "example-configuration-name",
"updated": "2014-10-30T12:30:00",
"values": {
"collation_server": "latin1_swedish_ci",
"connect_timeout": 120
}
}
}