puppet-zaqar/releasenotes/notes/websocket-auth-391e1257fe96fd02.yaml
Takashi Kajinami 7eeb46e04d Disable the zaqar-messaging service user
The zaqar::keystone::auth_websocket class has been added to create
an independent keystone endpoint for websocket service but the service
user created by the class has never been used.
This change disables the logic to create the user and the associated
resources like roles and projects, so that only required resources are
created.

Change-Id: Iaa0042acb9fda198f10e6067523301bfd08bf249
2022-01-03 15:15:54 +09:00

19 lines
496 B
YAML

---
upgrade:
- |
The ``zaqar::keystone::auth_websocket`` class no longer creates
the ``zaqar-websocket`` service user because it has been unused.
The service user should be deleted manually during upgrade.
deprecations:
- |
The following parameters of the ``zaqar::keystone::auth_websocket`` class
have been deprecated and have no effect now.
- ``configure_user``
- ``configure_user_role``
- ``auth_name``
- ``password``
- ``email``
- ``tenant``