summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-11-08 18:16:32 +0200
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-11-08 18:16:32 +0200
commitdb52bedef7619ed821222e45413ee556276864a4 (patch)
treeaff8e6136b35820b5927c7c1694cb4e64e19a3f1 /releasenotes
parent243ba04e3651020ff56b1de079844999b3dc4776 (diff)
downloadironic-db52bedef7619ed821222e45413ee556276864a4.tar.gz
Fix misplaced reno note
Change-Id: I3888548746816c2651ef4bf3930c5e9a685c5228
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/removed-glance-host-port-protocol-dc6e682097ba398f.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/removed-glance-host-port-protocol-dc6e682097ba398f.yaml b/releasenotes/notes/removed-glance-host-port-protocol-dc6e682097ba398f.yaml
new file mode 100644
index 000000000..75b76fc26
--- /dev/null
+++ b/releasenotes/notes/removed-glance-host-port-protocol-dc6e682097ba398f.yaml
@@ -0,0 +1,9 @@
+---
+upgrade:
+ - |
+ Deprecated options ``glance_host``, ``glance_port`` and ``glance_protocol``
+ from ``[glance]`` section of ironic configuration file were removed and
+ will be ignored.
+ Please use ``[glance]/glance_api_servers`` options to provide specific
+ addresses for the Image service endpoint when its discovery from keystone
+ service catalog is not desired.