<p>Verify the permissions on all the files in /etc/nova including api-paste.ini. I've seen errors like that when nova can't read the conf file due to permissions.  </p>
<p>Nate</p>
<div class="gmail_quote">On May 22, 2012 5:42 AM, "Mauch, Viktor (SCC)" <<a href="mailto:mauch@kit.edu">mauch@kit.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello together,<br>
<br>
In the last days a played with multi-node installation of devstack:<br>
<br>
<a href="http://devstack.org/guides/multinode-lab.html" target="_blank">http://devstack.org/guides/multinode-lab.html</a><br>
<br>
However I tried to use CentOS 6.2 machines for Computes Nodes and a normal<br>
Ubuntu 12.04 for Head Node.<br>
<br>
On the compute nodes I want to run n-cpu (nova-compute) and n-net<br>
(nova-network). However after the stack.sh run there are still missing some<br>
"API" modules  if I try to run nova-manage.<br>
<br>
If I try to install n-cpu, n-net AND n-api, the stack.sh script will crash<br>
because of the nova-api service with the following message:<br>
<br>
CRITICAL nova [-] Could not load paste app 'ec2' from<br>
/etc/nova/api-paste.ini<br>
TRACE nova Traceback (most recent call last):<br>
TRACE nova   File "/usr/bin/nova-api", line 51, in <module><br>
TRACE nova     servers.append(service.WSGIService(api))<br>
TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line<br>
326, in __init__<br>
TRACE nova     self.app = self.loader.load_app(name)<br>
TRACE nova   File "/usr/lib/python2.6/site-packages/nova/wsgi.py", line 391,<br>
in load_app<br>
TRACE nova     raise exception.PasteAppNotFound(name=name,<br>
path=self.config_path)<br>
TRACE nova PasteAppNotFound: Could not load paste app 'ec2' from<br>
/etc/nova/api-paste.ini<br>
<br>
<br>
Does anybody have an idea, what is going wrong?<br>
<br>
Cheers Viktor<br>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div>