Skip to content

Commit aa13692

Browse files
committed
Merge pull request kubernetes#2 from elsonrodriguez/openstack-provider-doc-requirements
Adding a list of OpenStack requirements for provider docs.
2 parents ba5e75d + 659ae02 commit aa13692

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/getting-started-guides/openstack-heat.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ This guide will take you through the steps of deploying Kubernetes to Openstack
1010

1111
The default OS is CentOS 7, this has not been tested on other operating systems.
1212

13-
This guide assumes you have a working OpenStack cluster.
13+
This guide assumes you have a working OpenStack cluster with the following features:
14+
15+
- Nova
16+
- Neutron
17+
- Swift
18+
- Glance
19+
- Heat
20+
- DNS resolution of instance hostnames
1421

1522
## Pre-Requisites
16-
If you already have the OpenStack CLI tools installed and configured, you can move on to the [Starting a cluster](#starting-a-cluster) section.
23+
If you already have the required versions of the OpenStack CLI tools installed and configured, you can move on to the [Starting a cluster](#starting-a-cluster) section.
1724

1825
#### Install OpenStack CLI tools
1926

@@ -49,7 +56,7 @@ export OS_REGION_NAME=regionName
4956

5057
#### Set additional configuration values
5158

52-
In addition, here are some commonly changed variables specific to this provider, with example values. Under most circumstances you will not have to change these.
59+
In addition, here are some commonly changed variables specific to this provider, with example values. Under most circumstances you will not have to change these. Please see files in the next section for a full list of options.
5360

5461
```sh
5562
export STACK_NAME=KubernetesStack

0 commit comments

Comments
 (0)