Update git submodules

* Update charm-openstack-dashboard from branch 'master'
  to ab66a192f46f375037d951587e9fb8bc03040830
  - Added OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED to config options
    
    Starting from Openstack Bobcat (2023.2) Multi Factor Authentication
    was added for Horizon. This change introduced a new variable called
    OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED, which if set to True will display
    a new form requesting for the user's TOTP code for MFA enabled users.
    
    This change provides the missing OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED
    config option for the charm, allowing the user to enable from the
    charm's configuration. If the value is set to True, the new bobcat
    template will render the following values:
    OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED = True
    
    AUTHENTICATION_PLUGINS = [
        'openstack_auth.plugin.totp.TotpPlugin',
        'openstack_auth.plugin.password.PasswordPlugin',
        'openstack_auth.plugin.token.TokenPlugin'
    ]
    
    Closes-Bug: #2058689
    Change-Id: Ifedf587356693b58612b1fc4d7404f0f446158ce
This commit is contained in:
Carlos Bravo 2024-03-28 07:51:45 -04:00 committed by Gerrit Code Review
parent 84e9d8b235
commit 10e275c102
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f433c3fb902f4288d07c490aaf77fe925109ee52
Subproject commit ab66a192f46f375037d951587e9fb8bc03040830