File: add-prompt-to-opt-d083acc357a7f07b.yaml

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
file content (10 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
prelude: >
    Add the prompt parameter to loader Opts
features:
  - The prompt parameter was added to the Opts provided by auth plugins. The
    presence of the prompt parameter on an Option will indicate to plugin
    loaders that it is ok to prompt the user for input for this parameter if
    none is provided initially. Actual implementation of this prompting
    mechanism will be handled by the individual loaders such as
    os-client-config.