Skip to content

Commit

Permalink
Fix minor whitespace formatting in deployment bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ckarong authored and Markus Napp committed Apr 6, 2020
1 parent dd48a20 commit 754c04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adoc/deployment-bootstrap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Define the cluster using the following command:
skuba cluster init --control-plane <LB_IP/FQDN> --cloud-provider openstack my-cluster
----


Running the above command will create a directory `my-cluster/cloud/openstack` with a
`README.md` and an `openstack.conf.template` in it. Copy `openstack.conf.template`
or create an `openstack.conf` file inside `my-cluster/cloud/openstack`,
Expand All @@ -195,7 +194,9 @@ Please remember to set proper file permissions for it, for example `600`.
====

===== Example OpenStack Cloud Provider Configuration

You can find the required parameters in OpenStack RC File v3.

====
[Global]
auth-url=<OS_AUTH_URL> // <1>
Expand Down

0 comments on commit 754c04f

Please sign in to comment.