summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2017-08-10 21:23:22 +0000
committerKristi Nikolla <knikolla@bu.edu>2017-08-16 14:45:55 +0000
commit16d09c76246439558ef2540179bed5bb06f9bbb1 (patch)
tree1530cc35fa4f01739c6c4e3c1d9cf3e1adb9eee7
parente45e77170329f8af0f4d479838bfc69fa9f19014 (diff)
downloadkeystone-16d09c76246439558ef2540179bed5bb06f9bbb1.tar.gz
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)
-rw-r--r--keystone/cmd/cli.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/keystone/cmd/cli.py b/keystone/cmd/cli.py
index 0904851d2..83fe7724e 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: