Remove notifier_driver option in Watcher devstack

According to https://review.opendev.org/#/c/251791/,
watcher_messaging group and notifier_driver option
were deprecated.

Change-Id: I2cd114060d1960f77dfa8f4fe0a6d0fc05de5d4c
This commit is contained in:
licanwei 2019-07-02 14:00:40 +08:00
parent 4d35aabfdf
commit 8bddafbdc3
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