From e11285c6b2dbe1c1fb48032a44024313ef8e24ca Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 26 Sep 2019 11:17:01 +0200 Subject: [PATCH] enable_python3_package should not be necessary anymore Removing option enable_python3_package as it should not be needed anymore. Change-Id: I103ba68449616ca2a8609d16bee9aa89ab5f3bc7 --- devstack/plugin.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4e42242d42..0fc1654b26 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -7,11 +7,6 @@ echo_summary "ironic devstack plugin.sh called: $1/$2" source $DEST/ironic/devstack/lib/ironic -# These packages should be tested under python 3, when the job enables Python 3 -# TODO(jlvillal) Add additional dependencies when they should support Python 3. -# Add: pyghmi and virtualbmc when they are ready -enable_python3_package ironic ironic-lib ironic-python-agent python-ironicclient - if is_service_enabled ir-api ir-cond; then if [[ "$1" == "stack" ]]; then if [[ "$2" == "install" ]]; then