Merge "Add deprecated group for gnocchi_url"

This commit is contained in:
Jenkins 2015-10-24 03:24:41 +00:00 committed by Gerrit Code Review
commit 8c9d2c8804

View File

@ -25,6 +25,7 @@ LOG = log.getLogger(__name__)
OPTS = [
cfg.StrOpt('gnocchi_url',
deprecated_group="alarm",
default="http://localhost:8041",
help='URL to Gnocchi.'),
]