Hide Forgot
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
Missing RPM
Verified that it's working
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