Merge "Configure nova notification_format for grenade"

This commit is contained in:
Zuul 2019-07-02 16:49:51 +00:00 committed by Gerrit Code Review
commit 8ccee88296

View File

@ -9,3 +9,10 @@ devstack_localrc target enable_service watcher-api watcher-decision-engine watch
BASE_RUN_SMOKE=False
TARGET_RUN_SMOKE=False
# Enable both versioned and unversioned notifications. Watcher only
# uses versioned notifications but ceilometer uses unversioned. We
# can change this to just versioned when ceilometer handles
# versioned notifications from nova:
# https://bugs.launchpad.net/ceilometer/+bug/1665449
devstack_localrc base NOVA_NOTIFICATION_FORMAT=both