nova/releasenotes/notes/rm_glance_opts-360c94ac27328dc9.yaml
Sean Dague b90f2bb4fc remove glance deprecated config
This removes the very old glance config options which were deprecated
in I9054bcfb7f5a4a31f0bbfd770c00c767f3d165ba in favor of
glance.api_servers config option. This is required to clear out any
default glance servers so that we could pull from the service catalog
as a default in the future.

Change-Id: Ie2d767c4422ef339d6dcb826f3c8ba3c7cf79f85
2016-03-31 15:35:37 +00:00

8 lines
268 B
YAML

---
upgrade:
- Delete the deprecated ``glance.host``, ``glance.port``,
``glance.protocol`` configuration options. ``glance.api_servers``
must be set to have a working config. There is currently no
default for this config option, so a value must be set.