Reviewed: https://review.openstack.org/103446 Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=7904358a43b196e8b3afb1213ec119cbe7a6c2db Submitter: Jenkins Branch: master
commit 7904358a43b196e8b3afb1213ec119cbe7a6c2db Author: Matthew Oliver <email address hidden> Date: Mon Jun 30 12:55:37 2014 +1000
Add SAIO fix for Ubuntu 12.04
The version of setup tools in Ubuntu 12.04 is too old and is causing the SAIO instructions to fail when installing python-swiftclient.
The work around is to install python-swiftclient's dependencies before running running:
python setup.py develop
This change adds a note to users of Ubuntu 12.04 to replace step 2 of "Getting the code" with:
cd $HOME/python-swiftclient; sudo pip install -r requirements.txt; \ python setup.py develop; cd -
Change-Id: I63f57bbf1f1158f8740f6137ad55ff49f12a316c Closes-Bug: #1217288
Reviewed: https:/ /review. openstack. org/103446 /git.openstack. org/cgit/ openstack/ swift/commit/ ?id=7904358a43b 196e8b3afb1213e c119cbe7a6c2db
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7904358a43b196e 8b3afb1213ec119 cbe7a6c2db
Author: Matthew Oliver <email address hidden>
Date: Mon Jun 30 12:55:37 2014 +1000
Add SAIO fix for Ubuntu 12.04
The version of setup tools in Ubuntu 12.04 is too old and is causing
the SAIO instructions to fail when installing python-swiftclient.
The work around is to install python- swiftclient' s dependencies
before running running:
python setup.py develop
This change adds a note to users of Ubuntu 12.04 to replace step 2
of "Getting the code" with:
cd $HOME/python- swiftclient; sudo pip install -r requirements.txt; \
python setup.py develop; cd -
Change-Id: I63f57bbf1f1158 f8740f6137ad55f f49f12a316c
Closes-Bug: #1217288