Remove calling enable_python3_package in devstack

The function was not used and was kept for backwards compatibility
in devstack [1].

[1] https://opendev.org/openstack/devstack/src/branch/master/inc/python#L143

Change-Id: Iddca055e07ba4a8bb9847871dffcb128f2c50c4f
This commit is contained in:
Kaifeng Wang 2019-10-08 10:59:55 +08:00
parent 8db0431cbc
commit 8e18d22b15
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
#!/usr/bin/env bash
# This package should be tested under python 3, when the job enables Python 3
enable_python3_package ironic-inspector
IRONIC_INSPECTOR_DEBUG=${IRONIC_INSPECTOR_DEBUG:-True}
IRONIC_INSPECTOR_DIR=$DEST/ironic-inspector
IRONIC_INSPECTOR_DATA_DIR=$DATA_DIR/ironic-inspector