From c2a7043a9d8950fd6821f2361eaac96847934384 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Thu, 27 Aug 2015 16:34:53 +0300 Subject: [PATCH] remove installation of euca2ools because tool is installed by devstack Change-Id: I164ffc4c674469b6f534f5309ced511944be7f6b --- devstack/plugin.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 711e8e59..73a2f886 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 }