Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
| Summary: |
RFE: Remove requirement for project_id in Cinder API paths |
| Product: |
Red Hat OpenStack
|
Reporter: |
Harry Rybacki <hrybacki> |
| Component: |
openstack-cinder | Assignee: |
Alan Bishop <abishop> |
| Status: |
CLOSED
MIGRATED
|
QA Contact: |
Evelina Shames <eshames> |
| Severity: |
medium
|
Docs Contact: |
RHOS Documentation Team <rhos-docs> |
| Priority: |
high
|
|
|
| Version: |
18.0 (Zed) | CC: |
abishop, brian.rosmaita, dcaspin, gcharot, gfidente, gouthamr, ltoscano, mariel, vimartin
|
| Target Milestone: |
Alpha | Keywords: |
FutureFeature, Triaged |
| Target Release: |
18.0 | |
|
| Hardware: |
Unspecified | |
|
| OS: |
Unspecified | |
|
| Whiteboard: |
|
|
Fixed In Version:
|
|
Doc Type:
|
If docs needed, set a value
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2023-11-24 18:26:44 UTC
|
Type:
|
Bug
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
Today Cinder's API design assumes that a project_id will be on every request[1]. In order to consume system scoped requests, Cinder will need to update its APIs to remove project_id from the path. For example, use: https://cinder.example.com/v3/volumes instead of: https://cinder.example.com/v3/422c276436a44096bb7cd626ef1813ca/volumes where 422c276436a44096bb7cd626ef1813ca is the id of a project in keystone. [1] - https://docs.openstack.org/api-ref/block-storage/v3/index.html#volumes-volumes