Monasca webhook rocky schema feature flag

Monasca webhook driver was released in rocky as 'unstable'.
As expected, backward incompatible changes are taking place.

To support tempest testing of the feature in Rocky, an additional
feature flag is needed to indicate the old Rocky schema is used.

Change-Id: Ie605a5d8427af6191a76dcf6ebfbc3e69e141248
This commit is contained in:
Eric K 2018-11-28 14:35:37 -08:00
parent 63ee08f0d8
commit 54945ed2a8
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ CongressFeatureGroup = [
cfg.BoolOpt('monasca_webhook',
default=False,
help="monasca_webhook feature available"),
cfg.BoolOpt('monasca_webhook_rocky',
default=False,
help="monasca_webhook uses Rocky schema"),
cfg.BoolOpt('vitrage_webhook',
default=False,
help="vitrage_webhook feature available"),