Skip to content

Commit

Permalink
Get octavia service password from octavia_keystone_password (#631)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jun 28, 2024
1 parent d8ce413 commit f7b428a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/guides/deploy-guide/services/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ Not all of the services listed there are supported by OSISM.
osism manage image octavia
```

For the command to be usable, a cloud profile for cctavia must currently be added in the
For the command to be usable, a cloud profile for octavia must currently be added in the
clouds.yml file of the OpenStack environment. The `auth_url` is changed accordingly.
The secret is added to the secure.yml file.

```yaml title="environments/openstack/clouds.yml"
clouds:
Expand All @@ -112,6 +111,17 @@ Not all of the services listed there are supported by OSISM.
identity_api_version: 3
```
The secret is added to the secure.yml file. The password is set in the parameter
`octavia_keystone_password` in the file `environments/kolla/secrets.yml`.

```yaml title="environments/openstack/secure.yml"
clouds:
[...]
octavia:
auth:
password: VALUE_OF_octavia_keystone_password
```

10. Horizon

```
Expand Down

0 comments on commit f7b428a

Please sign in to comment.