Make python mistralclient readme better

Adding some line breaks to make the README file better.

Change-Id: Ic42f6fa3e6a83cb0c4c3a5a324611411d2df7a1e
This commit is contained in:
Michal Gershenzon
2016-11-28 16:36:22 +00:00
parent 1131b5b095
commit 316db62e9c

View File

@@ -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://<Keystone_host>:5000/v2.0
export OS_USERNAME=admin
export OS_TENANT_NAME=tenant
export OS_PASSWORD=secret
export OS_MISTRAL_URL=http://<Mistral host>:8989/v2 (optional, by default URL=http://localhost:8989/v2)
| export OS_AUTH_URL=http://<Keystone_host>:5000/v2.0
| export OS_USERNAME=admin
| export OS_TENANT_NAME=tenant
| export OS_PASSWORD=secret
| export OS_MISTRAL_URL=http://<Mistral host>:8989/v2 (optional, by
default URL=http://localhost:8989/v2)
and in the case that you are authenticating against keystone over https: