Provide a pattern for auth plugins to load themselves from a config object. The first user of this will be auth_token middleware however it is not likely to be the only user. By doing this in an exportable way we are defining a single config file format for specifying how to load a plugin for all services. We also provide a standard way of retrieving a plugins options for loading via other mechanisms. Blueprint: standard-client-params Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
argparse
|
|
Babel>=1.3
|
|
iso8601>=0.1.9
|
|
netaddr>=0.7.6
|
|
oslo.config>=1.2.1
|
|
pbr>=0.6,!=0.7,<1.0
|
|
PrettyTable>=0.7,<0.8
|
|
requests>=1.1
|
|
six>=1.7.0
|
|
stevedore>=0.14
|