cinder can not use system scope due to endpoints including project
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Medium
|
Tushar Trambak Gite |
Bug Description
Description
===========
There are several scope type such as project-scope, domain-scope
and system-scope. Cinder cannot use system scope since its
endpoint has project_id and will get an empty url in catalog
in system scope.
Example
===========
root@devcon:~# openstack endpoint list
+------
| ID | Region | Service Name | Service Type | Enabled | Interface | URL |
+------
| 28e4c8be89924e0
| 3f57b61baaa34c6
| 45828996f0c7454
| 6aca49b3126a4b5
| 8098612e886048e
| 8bf8ffe569044d1
| ce646c265f924e5
| d62be193ddb9465
| e6ac2695caca4ba
| e9b1c033578e408
+------
root@devcon:
+------
| Name | Type | Endpoints |
+------
| neutron | network | RegionOne |
| | | public: http://
| | | |
| glance | image | RegionOne |
| | | public: http://
| | | |
| nova | compute | RegionOne |
| | | public: http://
| | | |
| cinder | block-storage | |
| keystone | identity | RegionOne |
| | | public: http://
| | | RegionOne |
| | | admin: http://
| | | |
| nova_legacy | compute_legacy | |
| cinderv3 | volumev3 | |
| cinderv2 | volumev2 | |
| placement | placement | RegionOne |
| | | public: http://
| | | |
+------
Changed in cinder: | |
importance: | Undecided → Medium |
tags: | added: catalog scope system |
description: | updated |
summary: |
- cinder can not use system scope due to endpoint + cinder can not use system scope due to endpoint including project |
summary: |
- cinder can not use system scope due to endpoint including project + cinder can not use system scope due to endpoints including project |
Changed in cinder: | |
assignee: | nobody → Tushar Trambak Gite (tushargite96) |