Update README.md

This commit is contained in:
Kris Sekula 2019-01-24 01:38:49 +01:00 committed by GitHub
parent d7408b4849
commit 510f6c3cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -177,7 +177,9 @@ Here is an example of thos the graphs look like:
* Clone the repositry locally.
`git clone https://github.com/Kris-Sekula/Hyperflex-API.git'
* Create credentials file:
`vi hx_creds.py`
This is how the file should look like:
```
hosts=[{'host':'ip_HX_Cluster_1', 'username':'local/root', 'password':'password_HX1'},{'host':'ip_HX_Cluster2', 'username':'local/root', 'password':'password_HX2'}]