From 16d09c76246439558ef2540179bed5bb06f9bbb1 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 10 Aug 2017 21:23:22 +0000 Subject: [PATCH] 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 ad094a6184e0508d1091804439ecb27e86b9e084) --- keystone/cmd/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/keystone/cmd/cli.py b/keystone/cmd/cli.py index 0904851d20..83fe7724ee 100644 --- a/keystone/cmd/cli.py +++ b/keystone/cmd/cli.py @@ -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: