cb7cdd3534
This is needed to fix the CI broken by glance switching to running under wsgi, and thus breaking our assumption that glance is accessible by host:port only. The options glance_host, glance_port and glance_protocol were deprecated. Standalone deployments should use glance_api_servers instead. Also removes two unused utility functions. Change-Id: I54dc04ab084aeb7208c9dd9940c6434c029bf41c Partial-Bug: #1699542
12 lines
490 B
YAML
12 lines
490 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The configuration option ``[glance]glance_host`` is now empty by default.
|
|
If neither it nor ``[glance]glance_api_servers`` are provided, ironic will
|
|
now try fetching the Image service endpoint from the service catalog.
|
|
deprecations:
|
|
- |
|
|
The configuration options ``[glance]glance_host``, ``[glance]glance_port``
|
|
and ``[glance]glance_protocol`` are deprecated in favor of either using
|
|
``[glance]glance_api_servers`` or using the service catalog.
|