Merge "Monasca webhook rocky schema feature flag"

This commit is contained in:
Zuul 2019-01-15 20:30:21 +00:00 committed by Gerrit Code Review
commit 13d4d1c201
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"),