puppet-keystone/spec
Juan Antonio Osorio Robles 58dfc07b3a Use "public" endpoint for the authentication URL for the keystone provider
With the removal of the 35357 port in a recent commit [1], we ended up
with an inconsistent use of public/internal bits of the URL. This breaks
in TripleO, since we still configure the admin endpoint. So, the default
port that was used (5000), doesn't work in TripleO.

To address this, we then completely remove the usage of the admin
endpoint for the provider, relying instead on the "public" endpoint
that's configured in keystone.

Typically, it will be behind a load balancer, so it'll actually point to
the internal endpoint of keystone. Which is what we really want to use.

[1] I951e863e7e7c8f409a13398b397b82ef70d7c123

Change-Id: I64cf93ab0c4ade3ae71aa3cd4aea444aff699a17
Related-Bug: #1804426
2019-01-28 16:37:35 +00:00
..
acceptance Remove port 35357 deployment 2019-01-07 21:37:59 +01:00
classes Fix keystone::client testing 2019-01-28 16:08:55 +01:00
defines Inherit pyvers from openstacklib::defaults 2019-01-25 10:05:31 +01:00
unit Use "public" endpoint for the authentication URL for the keystone provider 2019-01-28 16:37:35 +00:00
shared_examples.rb Fix default domain. 2015-11-20 11:50:24 +01:00
shared_examples_acceptance.rb Add keystone domain specific configuration. 2016-01-05 19:42:15 +00:00
spec.opts saving my work (not even the initial commit) 2012-01-02 15:39:23 -08:00
spec_helper.rb Use "public" endpoint for the authentication URL for the keystone provider 2019-01-28 16:37:35 +00:00
spec_helper_acceptance.rb Remove matcher definition. 2016-03-16 17:04:57 +01:00