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:
parent
189ec7e090
commit
366b2cabe2
@ -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.'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user