Skip to content

Commit

Permalink
Merge pull request #6985 from prankul88/change_readme_openstack
Browse files Browse the repository at this point in the history
Added some changes to openstack.md file
  • Loading branch information
k8s-ci-robot authored Jun 21, 2019
2 parents 223c5d9 + ae72cb9 commit b7e298c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorial/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

**WARNING**: OpenStack support on kops is currently **alpha** meaning it is in the early stages of development and subject to change, please use with caution.

The tutorial shown on this page works with `kops` v1.12 and above.

## Source your openstack RC
The Cloud Config used by the kubernetes API server and kubelet will be constructed from environment variables in the openstack RC file. The openrc.sh file is usually located under `API access`.

```bash
source openstack.rc
```

If you are authenticating by username `OS_DOMAIN_NAME` or `OS_DOMAIN_ID` must manually be set.
If you are authenticating by username, `OS_DOMAIN_NAME` or `OS_DOMAIN_ID` must manually be set.
```bash
export OS_DOMAIN_NAME=<USER_DOMAIN_NAME>
```
Expand Down

0 comments on commit b7e298c

Please sign in to comment.