From fd0275b659b2f1874eeec574af128abcad6502ea Mon Sep 17 00:00:00 2001 From: Haiwei Xu Date: Tue, 7 Oct 2014 17:39:38 +0900 Subject: [PATCH] Remove the trailing space in README.md Change-Id: Iafdae5d5e38f6910dbf89af5a5f47a9c29df4e5c --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 619760db68..c44f4e759a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ deployment tool that can be found [here](https://github.com/larsks/heat-kubernetes). -Build Docker Images +Build Docker Images ------------------- Within the docker directory is a tool called build. This tool will build @@ -121,7 +121,7 @@ $ curl https://raw.githubusercontent.com/stackforge/kolla/master/docker/keystone $ kubecfg -c keystone-service-5000.json create services $ kubecfg -c keystone-service-35357.json create services $ kubecfg -c keystone.json create pods -``` +``` The keystone pod should become status running, if it doesn't you can troubleshoot it the same way that the database was. Once keystone is running you should be able to use the keystone client to do a token-get against one of the proxy's ip addresses.