Remove deprecation of domain_config_upload

This was the outcome of a discussion on the mailing list:

  http://lists.openstack.org/pipermail/openstack-dev/2017-June/119090.html

Change-Id: I835e4a722855756035725fa7d4524c1fe641ffcf
(cherry picked from commit ad094a6184)
This commit is contained in:
Lance Bragstad 2017-08-10 21:23:22 +00:00 committed by Kristi Nikolla
parent e45e771703
commit 16d09c7624
1 changed files with 0 additions and 6 deletions

View File

@ -23,7 +23,6 @@ import migrate
from oslo_config import cfg
from oslo_db.sqlalchemy import migration
from oslo_log import log
from oslo_log import versionutils
from oslo_serialization import jsonutils
import pbr.version
@ -1100,11 +1099,6 @@ class DomainConfigUpload(BaseApp):
@staticmethod
def main():
versionutils.report_deprecated_feature(
LOG,
"keystone-manage domain_config_upload is deprecated as of "
"Newton in favor of setting domain config options via the API "
"and may be removed in 'P' release.")
dcu = DomainConfigUploadFiles()
status = dcu.run()
if status is not None: