Remove Devstack workaround for Neutron

Feature of Neutron DNS resolvers was disabled as
unsupported by manila-service-image.
Enable it, since, it is supported now [1].

[1] Icf7f189d621e9686c4bb449b5770b83e4bd072ee

Change-Id: I667c811c752864d6d7f239e2dfd4597e8ac98cb1
This commit is contained in:
Valeriy Ponomaryov 2016-04-05 15:06:13 +03:00
parent 9f1ee1809d
commit 466aef9523

@ -663,11 +663,6 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Installing extra libraries"
install_libraries
# Neutron config update
if is_service_enabled neutron; then
iniset $Q_DHCP_CONF_FILE DEFAULT dnsmasq_local_resolv False
fi
# Cinder config update
if is_service_enabled cinder && [[ -n "$CINDER_OVERSUBSCRIPTION_RATIO" ]]; then
CINDER_CONF=${CINDER_CONF:-/etc/cinder/cinder.conf}