We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2887f6 commit 6a7daaaCopy full SHA for 6a7daaa
2 files changed
_application-credentials/03-using-app-credentials.md
@@ -22,7 +22,7 @@ $ cat app-cred-tutorial-openrc.sh
22
#!/usr/bin/env bash
23
24
export OS_AUTH_TYPE=v3applicationcredential
25
-export OS_AUTH_URL=https://keystone.rc.nectar.org.au:5000/v3/
+export OS_AUTH_URL=https://identity.rc.nectar.org.au/v3/
26
export OS_IDENTITY_API_VERSION=3
27
export OS_REGION_NAME="Melbourne"
28
export OS_INTERFACE=public
_object-storage/03-object-storage-cli.md
@@ -50,7 +50,7 @@ import swiftclient
50
51
user = username
52
key = password
53
-auth_url = 'https://keystone.rc.nectar.org.au:5000/v3/'
+auth_url = 'https://identity.rc.nectar.org.au/v3/'
54
auth_version = '3'
55
os_options = {
56
'user_domain_name':'Default',
0 commit comments