diff options
| author | Jake Yip <jake.yip@unimelb.edu.au> | 2017-12-21 14:50:29 +1100 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2018-07-23 17:42:34 -0500 |
| commit | b90b93e143e88a5f425e44a45f3c976c4f891407 (patch) | |
| tree | 310ca18604ee032555cd29e0b20a70b5e5f11677 /requirements.txt | |
| parent | ee35409069b0f77984e912cfc0c90cb9cce52512 (diff) | |
| download | python-openstackclient-b90b93e143e88a5f425e44a45f3c976c4f891407.tar.gz | |
Fix error with image show when image name is None
Need to bump osc-lib to 1.10.0
Closes-Bug: #1736696
Depends-On: I2aab5cc1f550848bda2b90ef7ef9a60f07b88996
Change-Id: I7420204f28d36529354e5671bd88587d9b15bb06
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 c5795fd5..c3c1650f 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.4.0 # Apache-2.0 openstacksdk>=0.11.2 # Apache-2.0 -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=1.10.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 |
