Comment 5 for bug 1499344

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

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

commit a09763d596bd548930c3a201aac102cc3e76d1f3
Author: Diane Fleming <email address hidden>
Date: Thu Oct 1 12:59:07 2015 -0500

    Add missing calls to Identity admin API v2.0

    This patch addresses the missing "create user" and
    "list users" calls (/v2.0/users) in the bug, but other calls were
    also missing and have been added:

    - /v2.0/users/{userId}
    - /v2.0/tenants
    - /v2.0/tenants/{tenantId}

    Change-Id: I8cffb1cfdee3f6319eb22c5934cb90559b2eea68
    Closes-Bug: #1418538
    Closes-Bug: #1499344