Andrew Bogott has submitted this change and it was merged. 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(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Id36c6568d3b2e6bd627e5247bb435d586e7679da Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
