Merge "Remove devstack support for suse"
This commit is contained in:
commit
21b266b070
@ -37,15 +37,6 @@ if is_fedora; then
|
|||||||
BIND_GROUP=named
|
BIND_GROUP=named
|
||||||
fi
|
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
|
# Entry Points
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
@ -55,8 +46,6 @@ function install_designate_backend {
|
|||||||
install_package bind9
|
install_package bind9
|
||||||
elif is_fedora; then
|
elif is_fedora; then
|
||||||
install_package bind
|
install_package bind
|
||||||
elif is_suse; then
|
|
||||||
install_package bind
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The user that designate runs as needs to be member of **$BIND_GROUP** group.
|
# The user that designate runs as needs to be member of **$BIND_GROUP** group.
|
||||||
|
Loading…
Reference in New Issue
Block a user