7eeb46e04d
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
19 lines
496 B
YAML
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``
|