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

This commit is contained in:
Zuul 2025-01-10 16:47:12 +00:00 committed by Gerrit Code Review
commit 7a90d6b4b7
4 changed files with 0 additions and 36 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: