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
This commit is contained in:
parent
52d530b027
commit
c0e8aed8f5
@ -67,14 +67,6 @@ if [ "${TACKER_MODE}" == "all" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
elif [ "${TACKER_MODE}" == "standalone" ]; then
|
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 dstat
|
||||||
enable_service tacker
|
enable_service tacker
|
||||||
enable_service tacker-conductor
|
enable_service tacker-conductor
|
||||||
|
Loading…
Reference in New Issue
Block a user