trove api-ref Create configuration group request is wrong

Bug #1627145 reported by Kim Jensen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Undecided
Kim Jensen

Bug Description

Create configuration group Request
http://developer.openstack.org/api-ref/database/?expanded=list-configuration-group-instances-detail,create-configuration-group-detail,list-configuration-groups-detail,update-configuration-group-detail

Create configuration group Request is wrong. Currently it's documented as :
{
    "configuration": {
        "datastore": [
            {
                "type": "mysql"
            }
        ],
        "values": [
            {
                "sync_binlog": 1
            }
        ],
        "name": "group1"
    }
}

It should be:
{
    "configuration": {
        "datastore": {
                "type": "mysql"
        },
        "values": {
                "sync_binlog": 1
        },
        "name": "group1"
    }
}

Changed in trove:
assignee: nobody → Amrith (amrith)
status: New → In Progress
Revision history for this message
Kim Jensen (kim-jensen2) wrote :

Here is the fix https://review.openstack.org/375671 Fixing trove config group request

Amrith Kumar (amrith)
Changed in trove:
assignee: Amrith (amrith) → Kim Jensen (kim-jensen2)
Changed in trove:
assignee: Kim Jensen (kim-jensen2) → Amrith (amrith)
Amrith Kumar (amrith)
Changed in trove:
assignee: Amrith (amrith) → Kim Jensen (kim-jensen2)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/375671
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=931b99306318dee4a7e097e1ccf154228b18df61
Submitter: Jenkins
Branch: master

commit 931b99306318dee4a7e097e1ccf154228b18df61
Author: Kim Jensen <email address hidden>
Date: Fri Sep 23 12:31:19 2016 -0600

    Fixing trove config group request

    Corrects the documentation of the create configuration group request.

    Closes-Bug: #1627145
    Change-Id: Id1624bcc1f0e79908d78fa62bfe76f00d68623da

Changed in trove:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/trove 7.0.0.0b1

This issue was fixed in the openstack/trove 7.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.