manila/releasenotes/notes/bug-1991396-add-glance-endpoint-type-151777f255e423a3.yaml
Pavlo Shchelokovskyy 111104b9a2 Allow setting endpoint_type for glance
currently Manila always uses public endpoint of Glance, which
may not be possible in certain deployment scenarios.

Change-Id: Ic17ac43160092445ec11ada41c0eb6eaf525b6d0
Closes-Bug: #1991396
2022-10-04 12:12:34 +00:00

8 lines
294 B
YAML

---
fixes:
- |
Deployers now can specify ``[glance]endpoint_type`` configuration option
(defaults to ``publicURL`` for backward compatibility)
so that Manila uses Glance endpoint other than the public one
(see `bug 1991396 <https://bugs.launchpad.net/manila/+bug/1991396>`_).