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:
Andrew Hutchings
2013-02-15 16:30:21 +00:00
parent 515e7a0bc7
commit 47f8f616f1
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.
__version__ = "1.2"
__version__ = "1.2.1"

View File

@@ -1,2 +1,2 @@
python_novaclient>=2.10.0
python_novaclient==2.10.0
requests>=1.0.0