commit | 787a812f73965eedb9220c86927ef4be271b3fce | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Wed Dec 07 13:00:49 2016 +0400 |
committer | Alexander Noskov <anoskov@mirantis.com> | Mon Dec 12 14:14:54 2016 +0300 |
tree | ef9bcdeea9176acd21e6f460c66fa9da8151082b | |
parent | 56db0f6a9e6732bdb8aebb6a7d2338a12cffa340 [diff] [blame] |
WebSSO support for Horizon Change-Id: I47619663c107011a9dc30eba6bf554b7ce63d69a
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls index 827cd88..f99cc0b 100644 --- a/tests/pillar/single.sls +++ b/tests/pillar/single.sls
@@ -23,4 +23,10 @@ port: 5000 host: 127.0.0.1 encryption: encryption - api_version: 2 \ No newline at end of file + api_version: 2 + websso: + login_url: "WEBROOT + 'auth/login/'" + logout_url: "WEBROOT + 'auth/logout/'" + websso_choices: + - saml2 + - oidc