Update devstack plugin to add notification param
In this changeset, I updated the devstack plugin so it has the necessary configuration options for it to emit the Watcher notifications straight out of the box. Partially Implements: blueprint watcher-notifications-ovo Change-Id: I048e0b82cde40bd3699c90429bdf55ee235fff3b
This commit is contained in:
parent
4bebf882d9
commit
54c45a2738
@ -126,6 +126,8 @@ function create_watcher_conf {
|
||||
iniset $WATCHER_CONF oslo_messaging_rabbit rabbit_password $RABBIT_PASSWORD
|
||||
iniset $WATCHER_CONF oslo_messaging_rabbit rabbit_host $RABBIT_HOST
|
||||
|
||||
iniset $WATCHER_CONF oslo_messaging_notifications driver "messaging"
|
||||
|
||||
iniset $NOVA_CONF oslo_messaging_notifications topics "notifications,watcher_notifications"
|
||||
|
||||
configure_auth_token_middleware $WATCHER_CONF watcher $WATCHER_AUTH_CACHE_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user