Bug 1067237

Summary: neutronclient with pre-determined auth token fails when doing Client.get_auth_info()
Product: [Community] RDO Reporter: Chris Hoge <chris.hoge>
Component: python-neutronclientAssignee: Jakub Ruzicka <jruzicka>
Status: CLOSED CURRENTRELEASE QA Contact: Ofer Blaut <oblaut>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: chrisw, ihrachys, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Hoge 2014-02-20 01:10:00 UTC
Description of problem:

RDO packaging for python-neutronclient includes this bug:

https://bugs.launchpad.net/python-neutronclient/+bug/1277120

Version-Release number of selected component (if applicable):


How reproducible:

Install OpenStack nova and neutron with OVS networking. Connection to metadata service will fail after second attempt with 500 or 501 error.

Steps to Reproduce:
1. Install OpenStack with nova, neutron, and ova
2. Launch cirrus machine.
3. wget http://169.254.169.254/openstack

Actual results:

Connecting to 169.254.169.254 (169.254.169.254:80)
wget: server returned error: HTTP/1.1 500 Internal Server Error


Expected results:

File name openstack with content:

2012-08-10
2013-04-04
2013-10-17
latest

Additional info:

Comment 1 Ihar Hrachyshka 2014-02-24 13:57:11 UTC
We should push to RDO the same fix that was done in python-neutronclient-2.3.1-3.el6ost.noarch.rpm in RH-OSP as part of bug #1065411. Another option is to move to the latest neutronclient release from u/s (>=2.3.4).

Comment 2 Jakub Ruzicka 2014-03-25 15:09:22 UTC
Patch was backported to stable/havana and is included in following RDO Havana packages:
 * python-neutronclient-2.3.1-3.fc20
 * python-neutronclient-2.3.1-3.el6

RDO Icehouse includes python-neutronclient-2.3.4 with upstream patch.

Comment 3 Ihar Hrachyshka 2014-03-26 12:28:51 UTC
I've verified the bug as follows: installed openstack via packstack, made sure I use the proper version of neutronclient, created an instance with cirros, fired it up, logged into it and repeated wget http://169.254.169.254/openstack several times, works with no issues.