summaryrefslogtreecommitdiff
path: root/designate/conf/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/conf/api.py')
-rw-r--r--designate/conf/api.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/designate/conf/api.py b/designate/conf/api.py
index cb8dd02c..d9c40c26 100644
--- a/designate/conf/api.py
+++ b/designate/conf/api.py
@@ -33,14 +33,6 @@ API_OPTS = [
'the hostname, port, and any paths that are added'
'to the base of Designate is URLs,'
'For example http://dns.openstack.example.com/dns'),
- cfg.IPOpt('api_host',
- deprecated_for_removal=True,
- deprecated_reason="Replaced by 'listen' option",
- help='API Bind Host'),
- cfg.PortOpt('api_port',
- deprecated_for_removal=True,
- deprecated_reason="Replaced by 'listen' option",
- help='API Port Number'),
cfg.ListOpt('listen',
default=['0.0.0.0:9001'],
help='API host:port pairs to listen on'),