Change Openstack Keystone Default Role from "user" to "member" for preventing errors while creating different enitities.

Closes-Bug: #2091886
Change-Id: I56b5b3df9a25cda43e3d5c3e7bd10809a424f324
This commit is contained in:
Dmitriy Chubinidze 2025-01-08 15:27:30 +00:00
parent dd322305ed
commit bf925eea07
4 changed files with 0 additions and 36 deletions

@ -157,15 +157,6 @@ Install and configure components
.. end
* Configure ``user`` as the default role for
users that you create via the dashboard:
.. path /etc/openstack-dashboard/local_settings.py
.. code-block:: python
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
.. end
* If you chose networking option 1, disable support for layer-3
networking services:

@ -143,15 +143,6 @@ Install and configure components
.. end
* Configure ``user`` as the default role for
users that you create via the dashboard:
.. path /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py
.. code-block:: python
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
.. end
* If you chose networking option 1, disable support for layer-3
networking services:

@ -134,15 +134,6 @@ Install and configure components
.. end
* Configure ``user`` as the default role for
users that you create via the dashboard:
.. path /etc/openstack-dashboard/local_settings
.. code-block:: python
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
.. end
* If you chose networking option 1, disable support for layer-3
networking services:

@ -131,15 +131,6 @@ Install and configure components
.. end
* Configure ``user`` as the default role for
users that you create via the dashboard:
.. path /etc/openstack-dashboard/local_settings.py
.. code-block:: python
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
.. end
* If you chose networking option 1, disable support for layer-3
networking services: