rally/doc/source
Jesse Keating 8e8dcf9360 Don't hard set keystone endpoint
Keystone client utilizes the auth_url provided to it in order to
discover the appropriate end point for the action. It will either use
the publicURL or the adminURL it gets in the service catalog for the
identity service. UNLESS caller to the keystone client hard sets the
endpoint key, in which case keystone will blindly use it instead of
looking in the catalog. Because rally was setting it, rally also had to
set it differently when doing admin level stuff, but rally doesn't have
to do that at all. Rally can rely on the service catalog and let
keystone sort it out.

This change removes manually setting endpoint and just passes along the
auth_url to keystone. This obviates the need to define an admin_port in
a deployment configuration, and reduces the number of tests that need to
be ran.

A warning will be issued if a deployment defines an admin_port, however
the admin_port itself will be ignored. This provides some backwards
compatibility with existing deployments.

Change-Id: I917412e954e57ca5f03df0bb739b7806d38a12a5
Related-Bug: 1398375
2015-01-07 10:55:56 -08:00
..
images Amended sphinx documents 2014-08-07 20:09:36 +03:00
cmds.rst Improve doc/source 2014-06-25 07:41:16 +04:00
concepts.rst Move files to common lib(Part 3) 2014-12-31 09:21:14 +08:00
conf.py Stop using intersphinx 2014-09-25 18:09:22 +00:00
deploy_engines.rst Don't hard set keystone endpoint 2015-01-07 10:55:56 -08:00
feature_request User_stories and feature requests appended to sphinx 2014-09-12 06:49:26 +03:00
feature_requests.rst User_stories and feature requests appended to sphinx 2014-09-12 06:49:26 +03:00
implementation.rst Fix side menu depth 2014-07-30 15:16:13 +03:00
improve_rally.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
index.rst Reorganize test module structure 2014-10-07 13:50:40 +00:00
installation.rst Add Dockerfile 2014-12-24 14:22:19 +02:00
Makefile Prepare documentation for readthedocs 2014-06-05 17:45:51 +03:00
overview.rst Amended sphinx documents 2014-08-07 20:09:36 +03:00
rally_gatejob.rst Amended sphinx documents 2014-08-07 20:09:36 +03:00
server_providers.rst Amended sphinx documents 2014-08-07 20:09:36 +03:00
stories User_stories and feature requests appended to sphinx 2014-09-12 06:49:26 +03:00
testing.rst Reorganize test module structure 2014-10-07 13:50:40 +00:00
usage.rst add ability to refer deployment by uuid or name 2014-11-19 23:37:38 +02:00
user_stories.rst Reorganize test module structure 2014-10-07 13:50:40 +00:00
verify.rst Improve doc/source 2014-06-25 07:41:16 +04:00