Comment 3 for bug 1638729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to congress (master)

Reviewed: https://review.openstack.org/397096
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=22ce339f23f7311e31796b9a530794c85c095930
Submitter: Jenkins
Branch: master

commit 22ce339f23f7311e31796b9a530794c85c095930
Author: Masahito Muroi <email address hidden>
Date: Mon Nov 14 19:01:10 2016 +0900

    Route datasource add/delete request to datasource node

    API request adding/deleting datasource should be routed to datasource
    node, and then the datasource node creates/removes the requested
    datasource during the request. It enables user to use the datasource
    just after recieving the response of request.

    Change-Id: If365c6d1db9ecc5c578421ad5c362326fc262a78
    Closes-bug: #1638729
    Closes-bug: #1639116