From 316db62e9c1038a636e8a66997c35479fa233847 Mon Sep 17 00:00:00 2001 From: Michal Gershenzon Date: Mon, 28 Nov 2016 16:36:22 +0000 Subject: [PATCH] Make python mistralclient readme better Adding some line breaks to make the README file better. Change-Id: Ic42f6fa3e6a83cb0c4c3a5a324611411d2df7a1e --- README.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index e2aaf079..cac0f3f4 100644 --- a/README.rst +++ b/README.rst @@ -18,8 +18,8 @@ Installation First of all, clone the repo and go to the repo directory: - git clone git://git.openstack.org/openstack/python-mistralclient.git - cd python-mistralclient + | git clone git://git.openstack.org/openstack/python-mistralclient.git + | cd python-mistralclient Then just run: @@ -27,8 +27,8 @@ Then just run: or - pip install -r requirements.txt - python setup.py install + | pip install -r requirements.txt + | python setup.py install Running Mistral client @@ -36,11 +36,12 @@ Running Mistral client If Mistral authentication is enabled, provide the information about OpenStack auth to environment variables. Type: - export OS_AUTH_URL=http://:5000/v2.0 - export OS_USERNAME=admin - export OS_TENANT_NAME=tenant - export OS_PASSWORD=secret - export OS_MISTRAL_URL=http://:8989/v2 (optional, by default URL=http://localhost:8989/v2) + | export OS_AUTH_URL=http://:5000/v2.0 + | export OS_USERNAME=admin + | export OS_TENANT_NAME=tenant + | export OS_PASSWORD=secret + | export OS_MISTRAL_URL=http://:8989/v2 (optional, by + default URL=http://localhost:8989/v2) and in the case that you are authenticating against keystone over https: