Merge "let openvswitch_db listener localhost"

This commit is contained in:
Jenkins 2017-08-31 11:20:33 +00:00 committed by Gerrit Code Review
commit 5e7dd44bf3
4 changed files with 4 additions and 4 deletions

View File

@ -22,4 +22,4 @@ interface_driver = openvswitch
[ovs]
ovsdb_interface = native
ovsdb_connection = tcp:{{ api_interface_address }}:6640
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}

View File

@ -19,4 +19,4 @@ extensions = fwaas
[ovs]
ovsdb_interface = native
ovsdb_connection = tcp:{{ api_interface_address }}:6640
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}

View File

@ -78,7 +78,7 @@ extensions = {{ neutron_agent_extensions|map(attribute='name')|join(',') }}
bridge_mappings = {% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}:{{ bridge }}{% if not loop.last %},{% endif %}{% endfor %}
{% endif %}
ovsdb_connection = tcp:{{ api_interface_address }}:6640
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
{% if enable_nova_fake | bool %}
integration_bridge = br-int-{{ item }}
{% endif %}

View File

@ -1,5 +1,5 @@
{
"command": "start-ovsdb-server {{ api_interface_address }}",
"command": "start-ovsdb-server 127.0.0.1",
"config_files": [
{
"source": "{{ container_config_directory }}/start-ovsdb-server",