summaryrefslogtreecommitdiff
path: root/heat/common/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/common/config.py')
-rw-r--r--heat/common/config.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/heat/common/config.py b/heat/common/config.py
index 72d1aaf09..b96da54aa 100644
--- a/heat/common/config.py
+++ b/heat/common/config.py
@@ -47,12 +47,6 @@ service_opts = [
'keystone catalog')),
cfg.StrOpt('heat_waitcondition_server_url',
help=_('URL of the Heat waitcondition server.')),
- cfg.StrOpt('heat_watch_server_url',
- default="",
- deprecated_for_removal=True,
- deprecated_reason='Heat CloudWatch Service has been removed.',
- deprecated_since='10.0.0',
- help=_('URL of the Heat CloudWatch server.')),
cfg.StrOpt('instance_connection_is_secure',
default="0",
help=_('Instance connection to CFN/CW API via https.')),
@@ -218,12 +212,6 @@ engine_opts = [
default=2,
help=_('RPC timeout for the engine liveness check that is used'
' for stack locking.')),
- cfg.BoolOpt('enable_cloud_watch_lite',
- default=False,
- deprecated_for_removal=True,
- deprecated_reason='Heat CloudWatch Service has been removed.',
- deprecated_since='10.0.0',
- help=_('Enable the legacy OS::Heat::CWLiteAlarm resource.')),
cfg.BoolOpt('enable_stack_abandon',
default=False,
help=_('Enable the preview Stack Abandon feature.')),