os-client-config/releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml
Monty Taylor 17debbb099
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
2017-04-28 15:06:27 -05:00

8 lines
293 B
YAML

---
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.