Revert "docs: identity service now use https"

This reverts commit 3c72ffb369.

Reason for revert: The install docs are broken when the refer to https URLs without actually deploying TLS for keystone

Change-Id: Id412e9f38ef9847092482524a6efe9fc62f06197
This commit is contained in:
Dr. Jens Harbott
2025-06-03 19:26:47 +00:00
committed by Gerrit Code Review
parent 3c72ffb369
commit 26408ecd93
5 changed files with 20 additions and 14 deletions

View File

@@ -29,6 +29,12 @@ scripts to load appropriate credentials for client operations.
#. Create and edit the ``admin-openrc`` file and add the following content:
.. note::
The OpenStack client also supports using a ``clouds.yaml`` file.
For more information, see
the `os-client-config <http://docs.openstack.org/os-client-config/latest>`_.
.. code-block:: bash
export OS_PROJECT_DOMAIN_NAME=Default
@@ -36,7 +42,7 @@ scripts to load appropriate credentials for client operations.
export OS_PROJECT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_AUTH_URL=https://controller:5000/v3
export OS_AUTH_URL=http://controller:5000/v3
export OS_IDENTITY_API_VERSION=3
export OS_IMAGE_API_VERSION=2
@@ -54,7 +60,7 @@ scripts to load appropriate credentials for client operations.
export OS_PROJECT_NAME=myproject
export OS_USERNAME=myuser
export OS_PASSWORD=DEMO_PASS
export OS_AUTH_URL=https://controller:5000/v3
export OS_AUTH_URL=http://controller:5000/v3
export OS_IDENTITY_API_VERSION=3
export OS_IMAGE_API_VERSION=2

View File

@@ -138,9 +138,9 @@ Install and configure components
.. code-block:: console
# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
--bootstrap-admin-url https://controller:5000/v3/ \
--bootstrap-internal-url https://controller:5000/v3/ \
--bootstrap-public-url https://controller:5000/v3/ \
--bootstrap-admin-url http://controller:5000/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne
.. end
@@ -201,7 +201,7 @@ Finalize the installation
$ export OS_PROJECT_NAME=admin
$ export OS_USER_DOMAIN_NAME=Default
$ export OS_PROJECT_DOMAIN_NAME=Default
$ export OS_AUTH_URL=https://controller:5000/v3
$ export OS_AUTH_URL=http://controller:5000/v3
$ export OS_IDENTITY_API_VERSION=3
.. end

View File

@@ -142,9 +142,9 @@ Install and configure components
.. code-block:: console
# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
--bootstrap-admin-url https://controller:5000/v3/ \
--bootstrap-internal-url https://controller:5000/v3/ \
--bootstrap-public-url https://controller:5000/v3/ \
--bootstrap-admin-url http://controller:5000/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne
.. end
@@ -194,7 +194,7 @@ Finalize the installation
$ export OS_PROJECT_NAME=admin
$ export OS_USER_DOMAIN_NAME=Default
$ export OS_PROJECT_DOMAIN_NAME=Default
$ export OS_AUTH_URL=https://controller:5000/v3
$ export OS_AUTH_URL=http://controller:5000/v3
$ export OS_IDENTITY_API_VERSION=3
.. end

View File

@@ -21,7 +21,7 @@ services.
.. code-block:: console
$ openstack --os-auth-url https://controller:5000/v3 \
$ openstack --os-auth-url http://controller:5000/v3 \
--os-project-domain-name Default --os-user-domain-name Default \
--os-project-name admin --os-username admin token issue
@@ -47,7 +47,7 @@ services.
.. code-block:: console
$ openstack --os-auth-url https://controller:5000/v3 \
$ openstack --os-auth-url http://controller:5000/v3 \
--os-project-domain-name Default --os-user-domain-name Default \
--os-project-name myproject --os-username myuser token issue

View File

@@ -21,7 +21,7 @@ services.
.. code-block:: console
$ openstack --os-auth-url https://controller:5000/v3 \
$ openstack --os-auth-url http://controller:5000/v3 \
--os-project-domain-name Default --os-user-domain-name Default \
--os-project-name admin --os-username admin token issue
@@ -47,7 +47,7 @@ services.
.. code-block:: console
$ openstack --os-auth-url https://controller:5000/v3 \
$ openstack --os-auth-url http://controller:5000/v3 \
--os-project-domain-name Default --os-user-domain-name Default \
--os-project-name myproject --os-username myuser token issue