commit | 455e84498e959105feeb00f6286376915ccc86b2 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@hp.com> | Thu Sep 25 12:00:19 2014 +0100 |
committer | Andrea Frittoli <andrea.frittoli@hp.com> | Wed Oct 01 11:38:45 2014 +0100 |
tree | 8ae69ef761cdad0dc3f19da439367c90c2be2c81 | |
parent | 486ede779bc18b79972a7518c8eebfaf68998e7c [diff] |
Drop client_type for auth module Client type was designed to allow the auth module to consume the official keystone client for tests based on the official clients. Scenario tests have been migrated to tempest client, and CLI tests are being moved out of tempest, and they don't need an external auth provider anyways. There's no need for client_type anymore, removing it. Change-Id: I6eebd80ea2259b72e8013e65e9a83615f86a3f84 Partially-implemnts: bp/tempest-client-scenarios