summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-04 09:22:17 -0500
committerMonty Taylor <mordred@inaugust.com>2015-12-06 21:39:49 -0500
commited2f34b06a7d581fb5fdd9811e3f8a7f748a2ce4 (patch)
tree39ea01ccb25f86f43fec86b66e3a1a42d9dba500 /requirements.txt
parent3ceee6118168890cb301be97575e19267afd5b22 (diff)
downloados-client-config-ed2f34b06a7d581fb5fdd9811e3f8a7f748a2ce4.tar.gz
Add method for registering argparse options
keystoneauth knows about a bunch of argparse options that users from a command line will want. We do a good job of processing them once they've been collected, but an os-client-config user doesn't have a great way to make sure that they register all of the options, especially when once considers that you really want to peek at the args to see which auth plugin has been selected so that the right arguments can be registered and displayed. Depends-On: Ifea90b981044009c3642b268dd639a703df1ef05 Change-Id: Ic196f65f89b3ccf92ebec39564f5eaefe8a4ae4b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3c32ced..1531be8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,5 @@
# process, which may cause wedges in the gate later.
PyYAML>=3.1.0
appdirs>=1.3.0
-keystoneauth1>=1.0.0
+keystoneauth1>=2.1.0
requestsexceptions>=1.1.1 # Apache-2.0