Bug 1301010 - Tempest fails to discover keystone V3
Summary: Tempest fails to discover keystone V3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tempest
Version: 8.0 (Liberty)
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Arx Cruz
QA Contact: tkammer
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-22 10:27 UTC by Yariv
Modified: 2016-08-01 01:04 UTC (History)
8 users (show)

Fixed In Version: openstack-tempest-liberty-20160413.1.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-04 14:41:30 UTC
Target Upstream Version:


Attachments (Terms of Use)
log outpot (400 bytes, text/plain)
2016-01-22 10:27 UTC, Yariv
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Gerrithub.io 263169 0 None None None 2016-02-17 16:09:45 UTC
Red Hat Product Errata RHBA-2016:0718 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 8 Bug Fix Advisory 2016-05-04 18:38:10 UTC

Description Yariv 2016-01-22 10:27:39 UTC
Created attachment 1117144 [details]
log outpot

Description of problem:

Trying to run tempest to test liberty upstream manual install fails due to OS_AUTH_URL v3


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


How reproducible:

At completion of liberty manual install, http://docs.openstack.org/liberty/install-guide-rdo/, use the admin OpenStack client environment scripts
export OS_AUTH_URL=http://controller:35357/v3
export OS_IDENTITY_API_VERSION=3

Run config_tempest.py



Steps to Reproduce:
1. Install upstream liberty rdo 
2. Set export OS_AUTH_URL=http://controller:35357/v3
3. Set export OS_IDENTITY_API_VERSION=3
4. Source 
5. Run the following:

python tools/config_tempest.py --debug --create --debug --image  http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img identity.uri $OS_AUTH_URL identity.admin_password $OS_PASSWORD --deployer-input /home/yrachman/os-client/Tempest_run/tempest/etc/deployer-input-liberty.conf  --network-id NET-ID 



Actual results:

INFO tempest_lib.common.rest_client [req-2810b839-b92a-429c-b867-f3751f7cddd5 ] Request (main): 404 POST http://controller:5000/v3/tokens
2016-01-22 12:16:50.023 31554 CRITICAL tempest [-] IdentityError: Got identity error



Expected result:

tempest should discover v3 token, and continue


Additional info:

Work around
Set the following env args:
export OS_IDENTITY_API_VERSION=2
export OS_AUTH_URL=http://controller:5000/v2.0

Comment 4 Jon Schlueter 2016-02-19 18:43:52 UTC
Missing RPM

Comment 12 Arx Cruz 2016-04-25 14:16:19 UTC
Verified that it's working

Comment 14 errata-xmlrpc 2016-05-04 14:41:30 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0718.html


Note You need to log in before you can comment on or make changes to this bug.