diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-08 14:33:39 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-10 08:35:54 -0500 |
| commit | 6c269efda87185a1bbecf22c62dead1cd78132af (patch) | |
| tree | fec9bcd74a6286081601200bc5e8752e9cc458f1 /requirements.txt | |
| parent | df71ae814e06965970ab13dbd3bb159023a18afc (diff) | |
| download | python-openstackclient-6c269efda87185a1bbecf22c62dead1cd78132af.tar.gz | |
Use osc-lib and set up deprecation warnings
The initial use of osc-lib is behind the compatibility/deprecation
modules that we will leave in place for a time for plugins to catch
up.
* openstackclient.common.exceptions
* openstackclient.common.utils
Module-level warnings are emitted directly on stderr since logging
has not been configured yet.
Change-Id: I79e57ce9523a20366bccaf9b949ab5906792ea0d
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5d8c844a..f3affbd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0 openstacksdk>=0.8.6 # Apache-2.0 os-client-config>=1.13.1 # Apache-2.0 +osc-lib>=0.1.0 # Apache-2.0 oslo.config>=3.10.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.11.0 # Apache-2.0 |
