summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-06-21 07:48:04 +0000
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-11-21 09:32:21 +0200
commit3e84bdb6db67856558aa8ed167721e5e6e2599e6 (patch)
tree97f12c15e3de2ea5a98bb0b75bea3aed3c386a55 /releasenotes
parentb9ebc7f121160aaa24b0a29f5e79822798e3480e (diff)
downloadironic-3e84bdb6db67856558aa8ed167721e5e6e2599e6.tar.gz
Use adapters for cinderclient
deprecates the `[cinder]url` option in favor of [cinder]endpoint_override. Change-Id: Idd02e8cf0892965a3138479e49ec40cfeda7c96d Partial-Bug: #1699547
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecated-cinder-opts-e10c153768285cab.yaml8
-rw-r--r--releasenotes/notes/keystoneauth-config-1baa45a0a2dd93b4.yaml4
2 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecated-cinder-opts-e10c153768285cab.yaml b/releasenotes/notes/deprecated-cinder-opts-e10c153768285cab.yaml
new file mode 100644
index 000000000..a3663f109
--- /dev/null
+++ b/releasenotes/notes/deprecated-cinder-opts-e10c153768285cab.yaml
@@ -0,0 +1,8 @@
+---
+deprecations:
+ - |
+ Configuration option ``[cinder]/url`` is deprecated
+ and will be ignored in the Rocky release.
+ Instead, use ``[cinder]/endpoint_override`` configuration option to set
+ a specific cinder API address when automatic discovery of the cinder API
+ endpoint from keystone catalog is not desired.
diff --git a/releasenotes/notes/keystoneauth-config-1baa45a0a2dd93b4.yaml b/releasenotes/notes/keystoneauth-config-1baa45a0a2dd93b4.yaml
index 164fee987..d9c4a7ee0 100644
--- a/releasenotes/notes/keystoneauth-config-1baa45a0a2dd93b4.yaml
+++ b/releasenotes/notes/keystoneauth-config-1baa45a0a2dd93b4.yaml
@@ -4,3 +4,7 @@ features:
Adds the ability to set keystoneauth settings in the
``[glance]`` configuration section for service automatic
discovery.
+ - |
+ Adds the ability to set keystoneauth settings in the
+ ``[cinder]`` configuration section for service automatic
+ discovery.