Add deprecated group for gnocchi_url

This adds deprecated group 'alarm' for gnocchi_url

Closes-bug: #1509374
Change-Id: I3439bde86f0ac176382552607a9d945bc84e87e1
This commit is contained in:
Mehdi Abaakouk 2015-10-23 16:19:03 +02:00
parent 189ec7e090
commit 366b2cabe2

View File

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