Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/274412
Change subject: Fixed typo in config for the totp keystone plugin ...................................................................... Fixed typo in config for the totp keystone plugin Change-Id: Id36c6568d3b2e6bd627e5247bb435d586e7679da --- M modules/openstack/templates/kilo/keystone/keystone.conf.erb M modules/openstack/templates/liberty/keystone/keystone.conf.erb 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/12/274412/1 diff --git a/modules/openstack/templates/kilo/keystone/keystone.conf.erb b/modules/openstack/templates/kilo/keystone/keystone.conf.erb index 1dc09fe..c3c845b 100644 --- a/modules/openstack/templates/kilo/keystone/keystone.conf.erb +++ b/modules/openstack/templates/kilo/keystone/keystone.conf.erb @@ -208,7 +208,7 @@ [auth] methods = external,password,token,wmtotp -wmtotp=password = keystone.auth.plugins.wmtotp.Wmtotp +wmtotp = keystone.auth.plugins.wmtotp.Wmtotp [oath] diff --git a/modules/openstack/templates/liberty/keystone/keystone.conf.erb b/modules/openstack/templates/liberty/keystone/keystone.conf.erb index e776c6b..483903b 100644 --- a/modules/openstack/templates/liberty/keystone/keystone.conf.erb +++ b/modules/openstack/templates/liberty/keystone/keystone.conf.erb @@ -410,7 +410,7 @@ [auth] methods = external,password,token,wmtotp -wmtotp=password = keystone.auth.plugins.wmtotp.Wmtotp +wmtotp = keystone.auth.plugins.wmtotp.Wmtotp [oath] -- To view, visit https://gerrit.wikimedia.org/r/274412 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id36c6568d3b2e6bd627e5247bb435d586e7679da Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
