nova/releasenotes/notes/glance-api-servers-must-be-urls-558298647cbfc81c.yaml
Eric Fried c56fc55170 Don't fix protocol-less glance api_servers anymore
Operators omitting the protocol (http(s)) from their [glance]api_servers
value(s) have had long enough to fix it.  Use it as is; and if the
protocol is omitted, let it fail hard in the request.

Change-Id: Ifebc9192e1e754180c97a3e40806c1c496a8b715
2017-10-10 13:03:26 +00:00

7 lines
206 B
YAML

---
upgrade:
- |
If using the ``api_servers`` option in the ``[glance]`` configuration
section, the values therein must be URLs. Raw IP addresses will result
in hard failure of API requests.