Fixing trove config group request
Corrects the documentation of the create configuration group request. Closes-Bug: #1627145 Change-Id: Id1624bcc1f0e79908d78fa62bfe76f00d68623da
This commit is contained in:
parent
7c405f3d39
commit
931b993063
@ -1,15 +1,11 @@
|
|||||||
{
|
{
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"datastore": [
|
"datastore": {
|
||||||
{
|
|
||||||
"type": "mysql"
|
"type": "mysql"
|
||||||
}
|
},
|
||||||
],
|
"values": {
|
||||||
"values": [
|
|
||||||
{
|
|
||||||
"sync_binlog": 1
|
"sync_binlog": 1
|
||||||
}
|
},
|
||||||
],
|
|
||||||
"name": "group1"
|
"name": "group1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user