Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wlg review fixes #503

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/best-practices/security-bp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ censor the password before sending it, as done below.

.. code-block:: bash

OS_AUTH_URL=https://api.nz-por-1.catalystcloud.io:5000/v3
OS_AUTH_URL=https://api.nz-por-1.catalystcloud.io:5000/
OS_PROJECT_DOMAIN_ID=default
OS_REGION_NAME=nz-por-1
OS_PROJECT_NAME=XXXXXXXXXXXXX/XXXXXXXXXXXXXXX
Expand Down
2 changes: 1 addition & 1 deletion source/object-storage/assets/old-rc-file-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# swift API. You will need to change the placeholder values which are indicated by the "<>" brackets.
# By default, this file is set up to work with the porirua region, if you want to change this region,
# then you will need to change the OS_AUTH_URL and the OS_REGION_NAME.
export OS_AUTH_URL=https://api.nz-por-1.catalystcloud.io:5000/v3
export OS_AUTH_URL=https://api.nz-por-1.catalystcloud.io:5000/
export OS_PROJECT_ID=<INSERT PROJECT ID>
export OS_PROJECT_NAME="<INSERT PROJECT NAME>"
export OS_USER_DOMAIN_NAME="Default"
Expand Down
4 changes: 2 additions & 2 deletions source/object-storage/software-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ to our object storage service:
click "Next"
#. On the next page:

#. For "Identity Service endpoint" enter "https://api.nz-por-1.catalystcloud.io:5000/v3"
#. For "Identity Service endpoint" enter "https://api.nz-por-1.catalystcloud.io:5000/"
#. For "Identity Service version" select "3.0" from the drop-down
#. Enter your Catalyst Cloud username and password in the
appropriate boxes
Expand Down Expand Up @@ -286,7 +286,7 @@ our object storage service:
"Next".
#. Enter the following details:

#. For "Identity Service endpoint", enter "https://api.nz-por-1.catalystcloud.io:5000/v3"
#. For "Identity Service endpoint", enter "https://api.nz-por-1.catalystcloud.io:5000/"
#. For "Identity Service version", select "3.0" from the drop-down
#. Enter your cloud username and password in "Username" and "Password"
#. For "Tenant/Project" choose "id" from the drop-down, and then
Expand Down