Skip to content

Commit 6a7daaa

Browse files
committed
Switch to use new keystone url
Change-Id: I87a48cd175f77da7b773f198caa69c191c27e6ca
1 parent e2887f6 commit 6a7daaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_application-credentials/03-using-app-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ cat app-cred-tutorial-openrc.sh
2222
#!/usr/bin/env bash
2323
2424
export OS_AUTH_TYPE=v3applicationcredential
25-
export OS_AUTH_URL=https://keystone.rc.nectar.org.au:5000/v3/
25+
export OS_AUTH_URL=https://identity.rc.nectar.org.au/v3/
2626
export OS_IDENTITY_API_VERSION=3
2727
export OS_REGION_NAME="Melbourne"
2828
export OS_INTERFACE=public

_object-storage/03-object-storage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import swiftclient
5050

5151
user = username
5252
key = password
53-
auth_url = 'https://keystone.rc.nectar.org.au:5000/v3/'
53+
auth_url = 'https://identity.rc.nectar.org.au/v3/'
5454
auth_version = '3'
5555
os_options = {
5656
'user_domain_name':'Default',

0 commit comments

Comments
 (0)