Merge "Remove "os_region_name" config option"
This commit is contained in:
commit
cf480e3d9f
@ -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…
x
Reference in New Issue
Block a user