Remove deprecated glance_store opts from default section

The glance store opts should be specified in the glance_store
section. We had deprecated the opts in default section in Juno.

DocImpact

Change-Id: Ib0fda16d7f00f6f3ff15eeae87615aec26efaaac
This commit is contained in:
Sabari Kumar Murugesan 2015-09-15 14:03:45 -07:00 committed by Sabari
parent f37947a7e0
commit d59254e689
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ class Store(capabilities.StoreCapability):
try:
if self.OPTIONS is not None:
# NOTE(flaper87): To be removed in k-2. This should
# give deployers enough time to migrate their systems
# and move configs under the new section.
for opt in self.OPTIONS:
opt.deprecated_opts = [cfg.DeprecatedOpt(opt.name,
group='DEFAULT')]
self.conf.register_opts(self.OPTIONS, group='glance_store')
except cfg.DuplicateOptError:
pass