Add missing release note about vexxhost auth_url

The auth_url change deserves a release note, and the why of it is
actually interesting information for people.

Change-Id: I0ec28a4f25593ce1ebcb7254780b41685944bd3b
This commit is contained in:
Monty Taylor 2018-07-19 08:50:22 -05:00
parent ad9f8a0395
commit 58ed1278d8
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -0,0 +1,9 @@
---
fixes:
- |
The ``v3password`` ``auth_type`` implies that the ``auth_url`` given
is a versioned endpoint and so discovery is skipped for auth. Previously
the ``auth_type`` for Vexxhost had been set to ``v3password`` due to v2
being no longer available to give better errors to users. The ``auth_url``
was unfortunately left unversioned, so authentication ceased working. The
``auth_url`` has been changed to the versioned endpoint.