Comment 2 for bug 1481577

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

Reviewed: https://review.openstack.org/220909
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=2ed1dbcf7e37a43aba94958b4859c25fad432bde
Submitter: Jenkins
Branch: master

commit 2ed1dbcf7e37a43aba94958b4859c25fad432bde
Author: Atsushi SAKAI <email address hidden>
Date: Mon Sep 7 15:42:06 2015 +0900

    Add user_id to keypair index/show/create/delete api

    Add user_id for query and
        user_id for json in create case.
    Also type is changed from required to optional in create case
        see following line around 63 to 67
        https://review.openstack.org/#/c/70485/23/nova/api/openstack/compute/plugins/v3/keypairs.py,unified

    Change-Id: I3d67ba2f39ee5774795267c460269513d819ea3b
    Closes-Bug: #1481577