Issue in configuring Open Stack Cloud on ubuntu 10.04.3 LTS

Asked by Suryabhan Singh

At the installation of Open Stack cloud in Ubuntu 10.04.03 LTS "add-apt-repository ppa:swift-core/ppa" command is not working. It shows following error :

Error: can't find signing_key_fingerprint at https://launchpad.net/api/1.0/~swift-core/+archive/ppa

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
suresh kumar (suresh-kumar) said :
#2

when i run add-apt-repository ppa:swift-core/ppa command showing following error

Error: can't find signing_key_fingerprint at https://launchpad.net/api/1.0/~swift-core/+archive/ppa

Revision history for this message
JihwanKim (jih1103) said :
#3

Me, too.
I have a message like above...

And I couldn't resolve it.

Let me share about it.

Revision history for this message
JihwanKim (jih1103) said :
#4

http://swift.openstack.org/development_saio.html

It has written like below on this site...

add-apt-repository ppa:swift-core/ppa -->
add-apt-repository ppa:swift-core/release

I don't know what different of them.
But, I did it ... to next step.
\
Please, refer to... if it's not correct answer, then let me know...

Good day...

Revision history for this message
JihwanKim (jih1103) said :
#5

One more...

1. apt-get install python-software-properties
2. add-apt-repository ppa:swift-core/release
3. apt-get update
4. apt-get install curl gcc git-core memcached python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr sqlite3 xfsprogs python-webob python-eventlet python-greenlet python-pastedeploy python-netifaces
5. Install anything else you want, like screen, ssh, vim, etc.

>> 6. apt-get install swift
then,
     It has installed two packages more... one is "python-swift" and another is "python-swift swift".
     After that, /etc/passwd has swift user("swift:x:115:123::/home/swift:/bin/false")
                  and /etc/group has swift group("swift:x:123:")
...