Skip to content

Commit

Permalink
updated auth block
Browse files Browse the repository at this point in the history
  • Loading branch information
James Denton committed Jun 19, 2024
1 parent d59b8be commit ac831a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ $ cat <<EOF >>~/.config/openstack/clouds.yaml
cache:
auth: true
clouds:
<cloud nickname>:
rxt-flex-sjc3:
auth:
auth_url: https://<api endpoint>/v3
project_name: <project name>
project_domain_name: <project domain>
username: <username>
password: <token/password>
user_domain_name: <user domain>
region_name: <region name>
region_name: SJC3
interface: public
identity_api_version: "3"
insecure: false
Expand Down

0 comments on commit ac831a8

Please sign in to comment.