Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from cooktheryan/master
Browse files Browse the repository at this point in the history
Update of Docs
  • Loading branch information
ashcrow committed Jan 20, 2016
2 parents f3bd0fb + aaddac3 commit 235be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Verify that etcd is running then execute...

.. code-block:: shell
(virtualenv)$ etcdctl set /commissaire/hosts/10.0.0.1 '{"address": "10.0.0.1","status": "available","os": "atomic","cpus": 2,"memory": 11989228,"space": 487652,"last_check": "2015-12-17T15:48:18.710454"}'
(virtualenv)$ etcdctl set /commissaire/hosts/10.0.0.1 '{"address": "10.0.0.1","status": "available","os": "atomic","cpus": 2,"memory": 11989228,"space": 487652,"last_check": "2015-12-17T15:48:18.710454","ssh_priv_key": "dGVzdAo="}'
(Optional): Put Configs in Etcd
```````````````````````````````
Expand Down

0 comments on commit 235be85

Please sign in to comment.