summaryrefslogtreecommitdiff
path: root/releasenotes/notes/keystone-auth-3155762c524e44df.yaml
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2016-08-03 12:03:43 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2016-08-04 12:16:18 +0300
commite481aab844b3e79b02ee25865567361fa86309c1 (patch)
tree2f082e5eb716ddef858fc7c6c4ed09a007c3b056 /releasenotes/notes/keystone-auth-3155762c524e44df.yaml
parent761dadba73737c7a237b507c128816a22c632b1a (diff)
downloadironic-e481aab844b3e79b02ee25865567361fa86309c1.tar.gz
Follow up to keystoneauth patch
- fix typos in release notes - fix typos and style in code Change-Id: Ic5222c54c6338f9492b8d6c1f463e6526bd73449
Diffstat (limited to 'releasenotes/notes/keystone-auth-3155762c524e44df.yaml')
-rw-r--r--releasenotes/notes/keystone-auth-3155762c524e44df.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/notes/keystone-auth-3155762c524e44df.yaml b/releasenotes/notes/keystone-auth-3155762c524e44df.yaml
index 0dfaf818a..36e4ad614 100644
--- a/releasenotes/notes/keystone-auth-3155762c524e44df.yaml
+++ b/releasenotes/notes/keystone-auth-3155762c524e44df.yaml
@@ -4,7 +4,7 @@ upgrade:
New way of configuring access credentials for OpenStack services clients.
For each service both Keystone session options
(timeout, SSL-related ones) and Keystone auth_plugin options
- (auth_url, auth_type and correspondig auth_plugin options)
+ (auth_url, auth_type and corresponding auth_plugin options)
should be specified in the config section for this service.
Config section affected are
@@ -15,7 +15,7 @@ upgrade:
* ``[service_catalog]`` *new section* for Ironic service user,
used to discover Ironic endpoint from Keystone Catalog
- This enables fine tuning of authentification for each service.
+ This enables fine tuning of authentication for each service.
Backward-compatible options handling is provided
using values from ``[keystone_authtoken]`` config section,
@@ -34,7 +34,7 @@ upgrade:
- New config section ``[service_catalog]`` for access credentials used
to discover Ironic API URL from Keystone Catalog.
- Previousely credentials from ``[keystone_authtoken]`` section were used,
+ Previously credentials from ``[keystone_authtoken]`` section were used,
which is now deprecated for such purpose.
fixes:
- Do not rely on keystonemiddleware config options for instantiating