From 982e45e177791cef46a99d3562f6fb9d0ab81d15 Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Thu, 19 May 2016 10:39:53 -0700 Subject: [PATCH] Fixing heading issues with Openstack provider documentaiton. --- docs/getting-started-guides/openstack-heat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 033f5ce878..9d5fe2a042 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -73,6 +73,7 @@ export IMAGE_FILE=CentOS-7-x86_64-GenericCloud-1510.qcow2 export SWIFT_SERVER_URL=http://192.168.123.100:8080 export ENABLE_PROXY=false ``` + #### Manually overriding configuration values If you do not have your environment variables set, or do not want them consumed, modify the variables in the following files under `cluster/openstack-heat`: @@ -105,6 +106,7 @@ make clean make quick-release KUBERNETES_PROVIDER=openstack-heat ./cluster/kube-up.sh ``` + ## Inspect your cluster Once kube-up is finished, your cluster should be running: