Skip to content

Commit

Permalink
docs: call attention to region param (rackerlabs#390)
Browse files Browse the repository at this point in the history
But do not include it in the code block for copy/paste
  • Loading branch information
LukeRepko authored Aug 2, 2024
1 parent f9f6337 commit b8ca326
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/infrastructure-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ kubectl apply -k /opt/genestack/base-kustomize/openstack

Then you can create all needed secrets by running the create-secrets.sh command located in /opt/genestack/bin

!!! tip "Optional --region param"

Note that the `create-secrets.sh` script by default creates a secret
with a default region of RegionOne. This can be overridden with the
`--region` parameter to specify your custom region name in Keystone.
> Usage: ./create-secrets.sh [--region <region> default: RegionOne]

``` shell
/opt/genestack/bin/create-secrets.sh -h
Usage: ./create-secrets.sh [--region <region> default: RegionOne]
/opt/genestack/bin/create-secrets.sh
```

That will create a kubesecrets.yaml file located in /etc/genestack
Expand Down

0 comments on commit b8ca326

Please sign in to comment.