summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-04-28 12:46:44 -0500
committerMonty Taylor <mordred@inaugust.com>2017-04-28 15:06:27 -0500
commit17debbb09907b83d5781ad683f4b72c9eb1ce221 (patch)
treea85cf8ae551dcc6f76e7a8e8f91210724486ff82 /releasenotes
parentf6804f6b0dec9b1322ee996972489c1118f19f90 (diff)
downloados-client-config-17debbb09907b83d5781ad683f4b72c9eb1ce221.tar.gz
Fix interactions with keystoneauth from newton
keystoneauth in newton did not have app_name or app_version as Session parameters. Although it isn't a super common combination, user agent strings aren't a reason to break something. Add a simple workaround. Change-Id: Ib5774389fefdbc190a4b78dd6784c8006afbb270
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml b/releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml
new file mode 100644
index 0000000..80d09fb
--- /dev/null
+++ b/releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml
@@ -0,0 +1,7 @@
+---
+issues:
+ - Fixed a regression when using latest os-client-config with
+ the keystoneauth from stable/newton. Although this isn't a
+ super common combination, the added feature that broke the
+ interaction is really not worthy of the incompatibility, so
+ a workaround was added.