diff options
| author | Michael Johnson <johnsomor@gmail.com> | 2019-06-03 14:37:41 -0700 |
|---|---|---|
| committer | Michael Johnson <johnsomor@gmail.com> | 2020-01-14 17:10:41 -0800 |
| commit | db29e28b7c1a6ef737f0c4cd459906379f59b252 (patch) | |
| tree | b2d0d03ee35caece2071f836d1ef14e634e59ab4 /requirements.txt | |
| parent | 4a2aa4acc15ede25c925fa775a3a06dc710de7fd (diff) | |
| download | python-openstackclient-db29e28b7c1a6ef737f0c4cd459906379f59b252.tar.gz | |
Switch to using osc_lib.utils.tags
This patch updates the network modules to use the new
osc_lib.utils.tags module and removes the in tree _tag.py version.
A previous patch[1] moves the _tag.py code to osc-lib to allow other
projects to leverage the code.
[1] https://review.opendev.org/662859
Change-Id: Id0c34029e327de50c5fd2732bae5fbf45bbd16ee
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index eea51e51..08777b5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 keystoneauth1>=3.6.2 # Apache-2.0 openstacksdk>=0.17.0 # Apache-2.0 -osc-lib>=1.14.0 # Apache-2.0 +osc-lib>=2.0.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 |
