71d2e1ad77
The prompt parameter is supposed to provide both an indication to loaders that it is ok to prompt the user for input for an option and also an appropriate message that can be used. It would be up to the loader whether it wanted to use that message or something it generated. This will allow os-client-config and openstackclient better control over the loading of sensitive authentication options. Related-Bug: #1519202 Change-Id: I7c39f25b78404950af6f6eaf21739be1c1ef9c6a
11 lines
455 B
YAML
11 lines
455 B
YAML
---
|
|
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.
|