Merge "Remove devstack support for suse"

This commit is contained in:
Zuul 2023-11-22 02:46:19 +00:00 committed by Gerrit Code Review
commit 21b266b070
1 changed files with 0 additions and 11 deletions

View File

@ -37,15 +37,6 @@ if is_fedora; then
BIND_GROUP=named
fi
if is_suse; then
BIND_SERVICE_NAME=named
BIND_CFG_DIR=/etc/named
BIND_CFG_FILE=/etc/named.conf
BIND_VAR_DIR=/var/lib/named
BIND_USER=named
BIND_GROUP=named
fi
# Entry Points
# ------------
@ -55,8 +46,6 @@ function install_designate_backend {
install_package bind9
elif is_fedora; then
install_package bind
elif is_suse; then
install_package bind
fi
# The user that designate runs as needs to be member of **$BIND_GROUP** group.