Cinder client ignores protocol and port for publicURL
Bug #1520039 reported by
Daniel Speichert
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-cinderclient |
New
|
Undecided
|
Unassigned |
Bug Description
Cinder version 1.2.1 (Kilo version packages in RDO: 1.2.1 rel 1.el7) ignores protocol and port in publicURL when making requests.
The catalog has endpoints:
- publicURL: https:/
- internalURL: http://
- adminURL: http://
By default, cinder makes request to: http://
When provided with "--endpoint-type internalURL" flag, cinder makes correct (according to catalog) request to:
http://
To post a comment you must log in.
Need to determine if this is still the case with the latest code.