Skip to content

Commit

Permalink
Merge pull request #830 from projectcalico/smc-update-python-etcd-instr
Browse files Browse the repository at this point in the history
Peg python-etcd version in RH instructions
  • Loading branch information
matthewdupre committed Sep 25, 2015
2 parents 1864e5c + 9d1e3d4 commit 1f63e54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/redhat-opens-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ please get in touch with us and we'll be happy to help you through the process.

4. Install python-etcd::

curl -L https://github.com/projectcalico/python-etcd/archive/master.tar.gz -o python-etcd.tar.gz
curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.1%2Bcalico.1/python-etcd_0.4.1.calico.1.tar.gz -o python-etcd.tar.gz
tar xvf python-etcd.tar.gz
cd python-etcd-master
cd python-etcd-0.4.1+calico.1
python setup.py install

Etcd Proxy Install
Expand Down Expand Up @@ -263,9 +263,9 @@ running the etcd database itself (both control and compute nodes).

4. Install python-etcd::

curl -L https://github.com/projectcalico/python-etcd/archive/master.tar.gz -o python-etcd.tar.gz
curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.1%2Bcalico.1/python-etcd_0.4.1.calico.1.tar.gz -o python-etcd.tar.gz
tar xvf python-etcd.tar.gz
cd python-etcd-master
cd python-etcd-0.4.1+calico.1
python setup.py install

.. _control-node:
Expand Down

0 comments on commit 1f63e54

Please sign in to comment.