From 3035d43c789fff0d0acbb97fb2a8c6a53209c059 Mon Sep 17 00:00:00 2001 From: hongbin Date: Mon, 1 Aug 2022 06:35:35 +0000 Subject: [PATCH] Revert "Fix the bindir path" This reverts commit 9cc51ae2c8b8064c3d9ae5f23c121215dd0b4ff6. Reason for revert: it seems distutils has fixed the path so we revert our fix Change-Id: Ibbe1bdc19dceb1e6fbbf467bfd44aa18f0a7cb78 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index d3780c32..ee4b87f0 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -74,7 +74,7 @@ function configure_kuryr { # main loop if is_service_enabled kuryr-libnetwork; then - DISTRO_DISTUTILS_DATA_PATH=$(python3 -c "import distutils.dist;import distutils.command.install;inst = distutils.command.install.install(distutils.dist.Distribution());inst.finalize_options();print(inst.install_data)")/local + DISTRO_DISTUTILS_DATA_PATH=$(python3 -c "import distutils.dist;import distutils.command.install;inst = distutils.command.install.install(distutils.dist.Distribution());inst.finalize_options();print(inst.install_data)") if [[ "$1" == "stack" && "$2" == "install" ]]; then # Install kuryr-lib from git so we make sure we're testing # the latest code.