summaryrefslogtreecommitdiff
path: root/ironic/conf/conductor.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/conf/conductor.py')
-rw-r--r--ironic/conf/conductor.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/ironic/conf/conductor.py b/ironic/conf/conductor.py
index da98678a6..1843f74cc 100644
--- a/ironic/conf/conductor.py
+++ b/ironic/conf/conductor.py
@@ -30,17 +30,6 @@ opts = [
cfg.IntOpt('heartbeat_interval',
default=10,
help=_('Seconds between conductor heart beats.')),
- cfg.URIOpt('api_url',
- schemes=('http', 'https'),
- deprecated_for_removal=True,
- deprecated_reason=_("Use [service_catalog]endpoint_override "
- "option instead if required to use "
- "a specific ironic api address, "
- "for example in noauth mode."),
- help=_('URL of Ironic API service. If not set ironic can '
- 'get the current value from the keystone service '
- 'catalog. If set, the value must start with either '
- 'http:// or https://.')),
cfg.IntOpt('heartbeat_timeout',
default=60,
# We're using timedelta which can overflow if somebody sets this