Merge "Allow fullstack to operate on dhclient-script for OpenSUSE"

This commit is contained in:
Jenkins 2017-09-22 20:24:13 +00:00 committed by Gerrit Code Review
commit 6994914d8e
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ function _install_post_devstack {
install_package nmap-ncat
elif is_suse; then
install_package dhcp-client
# NOTE(armax): no harm in allowing 'other' to read and
# execute the script. This is required in fullstack
# testing and avoids quite a bit of rootwrap pain
sudo chmod o+rx /sbin/dhclient-script
install_package ncat
else
exit_distro_not_supported "installing dhclient and ncat packages"