Skip to content

Commit

Permalink
link to OpenStack docs
Browse files Browse the repository at this point in the history
Signed-off-by: Satyam Bhardwaj <[email protected]>
  • Loading branch information
ramessesii2 committed Jan 9, 2025
1 parent 4fc5acb commit 4523961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/credential/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ For OpenStack, CAPO relies on a clouds.yaml file.
In Project 2A, you provide this file in a Kubernetes Secret that references OpenStack credentials
(ideally application credentials for enhanced security). During reconciliation, HMC
automatically generates the cloud-config required by OpenStack’s cloud-controller-manager.
<!-- To DO : Add a reference link to hmc's doc -->

For more details, refer to the [kcm OpenStack Credential Propagation doc](https://github.com/k0rdent/kcm/blob/main/docs/dev.md#openstack).
7 changes: 4 additions & 3 deletions docs/quick-start/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ spec:
authURL: <OS_AUTH_URL>
```
> Notes
> spec.template references the OpenStack-specific blueprint (e.g., openstack-standalone-cp-0-0-1).
> Adjust flavor, image name, and authURL to match your OpenStack environment.
> [!NOTE]
> 1. spec.template references the OpenStack-specific blueprint (e.g., openstack-standalone-cp-0-0-1).
> 2. Adjust flavor, image name, and authURL to match your OpenStack environment.
> 3. For more information about the config options, see the [OpenStack Template Parameters](../clustertemplates/openstack/template-parameters.md).
Apply the YAML to your management cluster:
Expand Down

0 comments on commit 4523961

Please sign in to comment.