remove installation of euca2ools

because tool is installed by devstack

Change-Id: I164ffc4c674469b6f534f5309ced511944be7f6b
This commit is contained in:
Andrey Pavlov 2015-08-27 16:34:53 +03:00
parent 760c558793
commit c2a7043a9d
1 changed files with 0 additions and 7 deletions

View File

@ -225,13 +225,6 @@ function install_ec2api() {
# both functions (setup_develop and setup_package) are defined at:
# http://git.openstack.org/cgit/openstack-dev/devstack/tree/functions-common
setup_package $EC2API_DIR -e
# NOTE(andrey-mp): temporary install euca2ools
# waiting for review https://review.openstack.org/#/c/169027/
# that review adds euca2ools installation into devstack
# scripts with tempest. euca2ools are needed for bundling image
# in tempest preparation scripts.
is_package_installed euca2ools || install_package euca2ools
}