keystone_user keeps updating passwords due to missing auth_url
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-keystone |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The keystone_user provider keeps on changing the user password, even though no update is required.
While there is an attempt to fetch a token with the credentials to determine if the password is set correctly, this constantly fails due to a missing auth_url setting:
```
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.cloud = self.cloud_
File "/usr/lib/
config = self._validate_
File "/usr/lib/
raise sdk_exceptions.
openstack.
```
... unfortunately the "password needs changing" check using the Puppet:
This is simply due to https:/
Changed in puppet-keystone: | |
status: | New → In Progress |
Related fix proposed to branch: master /review. opendev. org/c/openstack /puppet- keystone/ +/877148
Review: https:/