Remove "os_region_name" config option
It was not used anywhere. Change-Id: Ia9257836ac1324808fc4687c3b5e5f654af0c419
This commit is contained in:
parent
c9ab5b835a
commit
ded9753e99
@ -44,8 +44,6 @@ core_opts = [
|
|||||||
cfg.StrOpt('state_path',
|
cfg.StrOpt('state_path',
|
||||||
default='/var/lib/manila',
|
default='/var/lib/manila',
|
||||||
help="Top-level directory for maintaining manila's state."),
|
help="Top-level directory for maintaining manila's state."),
|
||||||
cfg.StrOpt('os_region_name',
|
|
||||||
help='Region name of this node.'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
debug_opts = [
|
debug_opts = [
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
The configuration option "os_region_name" from the [DEFAULT] group got
|
||||||
|
removed. It was not used anywhere.
|
Loading…
Reference in New Issue
Block a user