Use released novaclient in gating

Since python-novaclient with microversion support (2.27.0) is released,
ec2api does not have to install it from git.

Change-Id: I1d17e5340128243597bd511cd4eb5006aedcfb5b
This commit is contained in:
Feodor Tersin 2015-09-03 10:17:20 +03:00
parent cde9687747
commit db0e78e0d0
1 changed files with 0 additions and 6 deletions

View File

@ -4,9 +4,3 @@
enable_service ec2-api
enable_service ec2-api-metadata
enable_service ec2-api-s3
# we have to use Nova client supported Nova microversions,
# but related changes are not done in the client release.
# So we temporary use a not commited patch
# https://review.openstack.org/#/c/152569/
LIBS_FROM_GIT=python-novaclient