enable_python3_package should not be necessary anymore
Removing option enable_python3_package as it should not be needed anymore. Change-Id: I103ba68449616ca2a8609d16bee9aa89ab5f3bc7
This commit is contained in:
parent
511477b697
commit
e11285c6b2
@ -7,11 +7,6 @@
|
|||||||
echo_summary "ironic devstack plugin.sh called: $1/$2"
|
echo_summary "ironic devstack plugin.sh called: $1/$2"
|
||||||
source $DEST/ironic/devstack/lib/ironic
|
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 is_service_enabled ir-api ir-cond; then
|
||||||
if [[ "$1" == "stack" ]]; then
|
if [[ "$1" == "stack" ]]; then
|
||||||
if [[ "$2" == "install" ]]; then
|
if [[ "$2" == "install" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user