Skip to content

Commit

Permalink
remove unused listen_address/port options from controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey-mp committed Apr 28, 2017
1 parent 6e2cd4c commit a98bb34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions contrail-controller/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,3 @@ options:
The effects of setting this are:
1. multi_tenancy for config_api is enabled/disabled
2. static_auth is used in webui in case of multi_tenancy disabled
listen_port:
type: int
default: 8082
description: |
contrail-api listen port
listen_address:
type: string
description: |
contrail-api listen ipaddress
5 changes: 0 additions & 5 deletions contrail-controller/templates/controller.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ admin_tenant = {{ keystone_admin_tenant }}
#ifmap_username = {{ ifmap_username }}
#ifmap_password = {{ ifmap_password }}

{%- if listen_port %}
listen_port = {{ listen_port }}
{%- endif %}
{{'listen_address =' + listen_address if listen_address }}

[SCHEMA]
#log = /var/log/contrail/contrail-schema.log
#log_level = SYS_NOTICE
Expand Down

0 comments on commit a98bb34

Please sign in to comment.