From c0e8aed8f5f32526a329e5de8b703b86674661f9 Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Mon, 18 Oct 2021 09:53:11 +0900 Subject: [PATCH] Revert gawk installation The following bug was fixed, so gawk installation is not required for Tacker setting. So we remove gawk installation form devstack setting script. https://bugs.launchpad.net/devstack/+bug/1909041 https://review.opendev.org/c/openstack/devstack/+/768363 Change-Id: Idb7055422bf309d5c8950a26a946c0f7a3e060c9 --- devstack/settings | 8 -------- 1 file changed, 8 deletions(-) diff --git a/devstack/settings b/devstack/settings index 54c36575d..1317597de 100644 --- a/devstack/settings +++ b/devstack/settings @@ -67,14 +67,6 @@ if [ "${TACKER_MODE}" == "all" ]; then done fi elif [ "${TACKER_MODE}" == "standalone" ]; then - # TODO(takahashi-tsc) Remove gawk installation after the following bug is fixed. - # https://bugs.launchpad.net/devstack/+bug/1909041 - # post-config requires gawk. - # Generally, gawk is requires by Nova, - # but Nova is not mandatory for Tacker. - # So we install gawk manually until the bug is fixed. - install_package gawk - enable_service dstat enable_service tacker enable_service tacker-conductor