Comment 3 for bug 1453645

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

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

commit c27cebd69a2e7095c301e8bb3b6bd97c8fd27286
Author: Masahito Muroi <email address hidden>
Date: Fri May 15 04:49:09 2015 +0000

    Using datasource id in Read datasource table properties API

    Congress server only accepts datasource name in URI of read
    datasource table properties API. This patch changes congress to
    use both id and name in URL of the API. Additionally this adds
    test for the API.

    Change-Id: Ida14d7e916824430a90b527bf654b2b049c441d0
    Closes-Bug: #1453645
    Partial-Bug: #1435616