File: add_options_to_user_create_and_set-302401520f36d153.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (19 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:
  - |
    Added the below mentioned parameters to the user create and set commands.

    * --ignore-lockout-failure-attempts
    * --no-ignore-lockout-failure-attempts
    * --ignore-password-expiry
    * --no-ignore-password-expiry
    * --ignore-change-password-upon-first-use
    * --no-ignore-change-password-upon-first-use
    * --enable-lock-password
    * --disable-lock-password
    * --enable-multi-factor-auth
    * --disable-multi-factor-auth
    * --multi-factor-auth-rule

    This will now allow users to set user options via CLI.
    <https://docs.openstack.org/keystone/latest/admin/resource-options.html#user-options>