Merge "Remove notifier_driver option in Watcher devstack"

This commit is contained in:
Zuul 2019-07-09 08:24:50 +00:00 committed by Gerrit Code Review
commit 5b12642c1d
1 changed files with 0 additions and 4 deletions

View File

@ -246,10 +246,6 @@ function create_watcher_conf {
iniset $WATCHER_CONF DEFAULT enabled_ssl_apis "$WATCHER_ENABLED_APIS"
fi
if is_service_enabled ceilometer; then
iniset $WATCHER_CONF watcher_messaging notifier_driver "messaging"
fi
}
# create_watcher_cache_dir() - Part of the init_watcher() process