Merge "Remove "os_region_name" config option"

This commit is contained in:
Jenkins 2017-09-06 11:52:34 +00:00 committed by Gerrit Code Review
commit cf480e3d9f
2 changed files with 5 additions and 2 deletions

View File

@ -44,8 +44,6 @@ core_opts = [
cfg.StrOpt('state_path',
default='/var/lib/manila',
help="Top-level directory for maintaining manila's state."),
cfg.StrOpt('os_region_name',
help='Region name of this node.'),
]
debug_opts = [

View File

@ -0,0 +1,5 @@
---
other:
- |
The configuration option "os_region_name" from the [DEFAULT] group got
removed. It was not used anywhere.