kolla-ansible/releasenotes/notes/bug-1959022-e3bb9448414b4ebe.yaml
Kevin Rasmussen f955383b9c Fix bad openstack command while registering IDP
This fixes a bug in registering identity providers

The bug was caused by a missing `=` in the openstack command

Add the missing `=` after `--os-user-domain-name`

Closes-Bug: #1959022
Change-Id: I73f80cd2c81a3944de0933e60f5768956a1a3b70
2022-01-25 18:02:50 +00:00

8 lines
250 B
YAML

---
fixes:
- |
Fixes ``Register Identity Providers in OpenStack`` task
which was missing an `=` in the openstack command causing
the task to fail to register an IDP with Keystone.
`LP#1959022 <https://launchpad.net/bugs/1959022>`__