First time here? Check out the FAQ!
![]() | 1 | initial version |
Isn't Fedora on like version 19 now? You can probably install on 14... but the instructions may not be exactly right (they may not be right for Fedora 19 either, I've most recently audited them on Ubuntu Precise & Cent 6.4).
You're gunna need pip, yum install python-pip
should work; you'll
probably get paste, dnspython, and mock later when you pip install
requirements - so don't worry if you don't have packages for those.
The remakerings
script needs to be manually created (step 3) and you need
to make sure ~/bin is in your path (step 7):
http://docs.openstack.org/developer/swift/development_saio.html#setting-up-scripts-for-running-swift
On Mon, Sep 16, 2013 at 12:11 PM, Naresh < question235840@answers.launchpad.net> wrote:
New question #235840 on OpenStack Object Storage (swift): https://answers.launchpad.net/swift/+question/235840
Hi, I am using VM Player and installed Fedora 14. Followed this link to install Swift All in one http://docs.openstack.org/developer/swift/development_saio.html I am getting below errors
Command: yum install python-coverage python-devel python-nose python-simplejson python-xattr python-eventlet python-greenlet python-pastedeploy python-netifaces python-pip python-dnspython python-mock
Error: No package python-pastedeploy available. No package python-dnspython available. No package python-mock available.
Command: sudo pip install -r swift/test-requirements.txt Error: sudo: pip: command not found
Command: remakerings script Error: Invalid add value: r1z1-127.0.0.1:6010/sdb1 Invalid add value: r1z2-127.0.0.1:6020/sdb2 Invalid add value: r1z3-127.0.0.1:6030/sdb3 Invalid add value: r1z4-127.0.0.1:6040/sdb4
Can anyone help me out?
-- You received this question notification because you are a member of Swift Core, which is an answer contact for OpenStack Object Storage (swift).