Skip to content

Commit

Permalink
Merge pull request #392 from rackerlabs/update-cli-doc
Browse files Browse the repository at this point in the history
docs: expand on projects and domains for cli doc
  • Loading branch information
nicholaskuechler authored Oct 21, 2024
2 parents f846554 + 32bcfd3 commit 06ce6e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/user-guide/openstack-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,17 @@ clouds:
protocol: openid
auth:
auth_url: https://your.endpoint.url/v3
project_domain_name: mydomain
project_domain_name: Default
project_name: myproject
```
<!-- markdownlint-capture -->
<!-- markdownlint-disable MD046 -->
!!! Note
The Ironic nodes will be in the `infra` domain and the `baremetal` project.
<!-- markdownlint-restore -->

With the above configuration in `$HOME/.config/openstack/clouds.yaml` you
will be able to run the OpenStack CLI as follows:

Expand Down

0 comments on commit 06ce6e5

Please sign in to comment.