Description of problem: When packstack creates endpoints, double slash is present in the end of adminURL. Version-Release number of selected component (if applicable): openstack-packstack-puppet-2015.1-0.3.dev1565.gd1211af.el7ost.noarch openstack-packstack-2015.1-0.3.dev1565.gd1211af.el7ost.noarch rhel 7.1 How reproducible: 100% Steps to Reproduce: 1. install openstack via packstack 2. source keystonerc_admin 3. check adminURL of keystone by "keystone endpoint-list" or "keystone catalog" Actual results: http://ip:35357//v2.0 Expected results: http://ip:35357/v2.0 Additional info: It breaks all tempest.api.identity.admin.v3.* tests in tempest
In keystone logs (/var/log/httpd/) after temepest run can be found this part of URL that is obviously wrong: "/v3/v2.0"
(In reply to Martin Pavlásek from comment #3) > In keystone logs (/var/log/httpd/) after temepest run can be found this part > of URL that is obviously wrong: "/v3/v2.0" This log: /var/log/httpd/keystone_wsgi_admin_access.log
This is a regression and should be a quick fix.
Verified manually ================= openstack-packstack-2015.1-0.7.dev1589.g1d6372f.el7ost.noarch
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://access.redhat.com/errata/RHEA-2015:1548