← Back to team overview

openstack team mailing list archive

Re: Attribute error

 

Udit,

What setup are you using ? devstack ?
Did you start this getting error recently ? Did anything change on your system?

This (https://lists.launchpad.net/openstack/msg11123.html) thread suggests code was updated without updating api-paste.ini (Not sure if it applies to you since you haven't provided details about your setup)

--------------
pipeline_factory  is referenced in /etc/nova/api-paste.ini as follows :
[composite:openstack_compute_api_v2]
use = call:nova.api.auth:pipeline_factory
(There may be several instances of the last line, say for ec2cloud etc.)

pipeline_factory is a method in nova/api/auth.py (which is what the above line signifies)

You can open nova/api/auth.py in an editor and look at  "def pipeline_factory"
--------------

See if the above background helps you troubleshoot the issue.

-Mandar


From: openstack-bounces+mandar.vaze=nttdata.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+mandar.vaze=nttdata.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Udit Agarwal
Sent: Thursday, June 14, 2012 1:57 PM
To: openstack@xxxxxxxxxxxxxxxxxxx
Subject: [Openstack] Attribute error

Hi,
On running 'service openstack-nova-api restart'  I am getting error such as 'AttributeError : 'module' object has no attribute 'pipeline_factory''. Can anyone help me with this??

  Thanks in advance.

--Udit Agarwal

______________________________________________________________________
Disclaimer:This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data.  If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding

References