[Openstack] n-api installation problem with devstack (on centos)

Mauch, Viktor (SCC) mauch at kit.edu
Thu Nov 8 16:12:41 UTC 2012


Hi Guys,

Now I found the solution for my problem:

n-api installation/start (via devstack) failed on centos 6.x with the error
message below

================

The problem is the old python-paste version of centos.

So if you get this error, just remove python-paste with:

yum remove python-paste python-paste-deploy python-paste-script

and install the new one via pip:

pip install --upgrade paste PasteDeploy PasteScript

in the last step you have to remove the package names (paste, paste-deploy,
paste-script) in devstack (./files/rpms/*) , because stack.sh will install
this package with the next run.

=================

-----Original Message-----
From: openstack-bounces+mauch=kit.edu at lists.launchpad.net
[mailto:openstack-bounces+mauch=kit.edu at lists.launchpad.net] On Behalf Of
Mauch, Viktor (SCC)
Sent: Monday, September 24, 2012 3:39 PM
To: openstack
Subject: [Openstack] n-api installation problem with devstack (on centos)

Hi,

I have a problem with the installation of "n-api" (via devstack) on CentOS
6.3. I get the following error message during installation:


2012-09-24 15:11:55 DEBUG nova.wsgi [-] Loading app ec2 from
/etc/nova/api-paste.ini from (pid=12486) load_app
/opt/stack/nova/nova/wsgi.py:371
2012-09-24 15:11:55 ERROR nova.wsgi [-] URI scheme not known: 'call' (from
egg, config)
2012-09-24 15:11:55 CRITICAL nova [-] Could not load paste app 'ec2' from
/etc/nova/api-paste.ini
2012-09-24 15:11:55 TRACE nova Traceback (most recent call last):
2012-09-24 15:11:55 TRACE nova   File "/opt/stack/nova/bin/nova-api", line
50, in <module>
2012-09-24 15:11:55 TRACE nova     server = service.WSGIService(api)
2012-09-24 15:11:55 TRACE nova   File "/opt/stack/nova/nova/service.py",
line 577, in __init__
2012-09-24 15:11:55 TRACE nova     self.app = self.loader.load_app(name)
2012-09-24 15:11:55 TRACE nova   File "/opt/stack/nova/nova/wsgi.py", line
375, in load_app
2012-09-24 15:11:55 TRACE nova     raise
exception.PasteAppNotFound(name=name, path=self.config_path)
2012-09-24 15:11:55 TRACE nova PasteAppNotFound: Could not load paste app
'ec2' from /etc/nova/api-paste.ini
2012-09-24 15:11:55 TRACE nova

Can someone help??

Cheers Viktor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5978 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20121108/a3ecaf67/attachment.bin>


More information about the Openstack mailing list