Merge "devstack: When Python 3 enabled, use Python 3"

This commit is contained in:
Jenkins 2017-03-20 21:49:34 +00:00 committed by Gerrit Code Review
commit b15a16950a

@ -7,6 +7,11 @@
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