Remove "os_region_name" config option

It was not used anywhere.

Change-Id: Ia9257836ac1324808fc4687c3b5e5f654af0c419
This commit is contained in:
Thomas Bechtold 2017-09-05 08:24:07 +02:00
parent c9ab5b835a
commit ded9753e99
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.