puppet-cinder/releasenotes/notes/auth_type-fix-f82e0ad146b0fb52.yaml
Takashi Kajinami 91c3823cca Set credential parameters when auth_type != password
Currently the cinder::nova class ignores credential parameters like
username, but it causes the problem with some other "auth_type"s like
v3password, which require these credential parameters.

This change makes sure that all credential parameters are set
regardless of auth_type value.

Change-Id: I3cd1ba2ca0214383a5b114360e8de266e8eb0693
2020-08-22 21:29:48 +09:00

7 lines
214 B
YAML

---
fixes:
- |
Now the ``cinder::nova`` class set credential parameters like username even
if auth_type is not ``password``. This fixes the problem with the other
auth_type value like ``v3password``.