Comment 13 for bug 1760644

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

Reviewed: https://review.openstack.org/623559
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=d7140ffe0915655652ae5b8308fbd519a26b9851
Submitter: Zuul
Branch: master

commit d7140ffe0915655652ae5b8308fbd519a26b9851
Author: Thomas Bechtold <email address hidden>
Date: Fri Dec 7 19:55:30 2018 +0100

    [api-ref] Replace "tenant" terminology with "project"

    Nowadays "project" and "project_id" are used instead of "tenant" in
    the OpenStack world. See [1] and [2].

    - Replace "tenant_id" in the API paths to "project_id"
    - For most manila resources, the "project_id" in an API response body
      refers to the project that owns the resource. So, create a unified
      parameter and share that across the APIs.
    - Fix path variable names, and their order
    - Fix usage of "UUID" to refer to project and user IDs
    - Fix query parameters

    [1] https://docs.openstack.org/operations-guide/ops-projects-users.html
    [2] https://developer.openstack.org/api-ref/identity/v3/index.html#projects

    Partial-Bug: #1760644
    Co-Authored-By: Goutham Pacha Ravi <email address hidden>
    Change-Id: I64e4ef8ad258d07c7d80d11a4d015c4b82156722