Fix --debug
Python-novaclient 2.11.0 has a bug which breaks --debug, fix version at 2.10.0 Fixes bug #1126388 Change-Id: Ied4a9ef42ea5e3a9357fc8ffcd66e94e5dd65b3d
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
__version__ = "1.2"
|
__version__ = "1.2.1"
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
python_novaclient>=2.10.0
|
python_novaclient==2.10.0
|
||||||
requests>=1.0.0
|
requests>=1.0.0
|
||||||
|
Reference in New Issue
Block a user