Merge "Fix swift port conflict"

This commit is contained in:
Zuul
2017-12-04 18:01:50 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ Set the following user variables in your
odl_ip: "{{ hostvars[groups['opendaylight'][0]]['ansible_default_ipv4']['address'] }}"
neutron_opendaylight_conf_ini_overrides:
ml2_odl:
url: "http://{{ odl_ip }}:8080/controller/nb/v2/neutron"
url: "http://{{ odl_ip }}:8180/controller/nb/v2/neutron"
username: <username>
password: <password>

View File

@@ -58,6 +58,7 @@ dependencies:
- role: opendaylight
install_method: "{{ opendaylight_install_method }}"
extra_features: "{{ opendaylight_extra_features }}"
nb_rest_port: "{{ opendaylight_port | default('8180') }}"
when:
- neutron_plugin_type == "ml2.opendaylight"
- "'opendaylight' in group_names"

View File

@@ -25,7 +25,7 @@ neutron_plugin_type: "ml2.opendaylight"
odl_ip: "{{ hostvars[groups['opendaylight'][0]]['ansible_default_ipv4']['address'] }}"
neutron_opendaylight_conf_ini_overrides:
ml2_odl:
url: "http://{{ odl_ip }}:8080/controller/nb/v2/neutron"
url: "http://{{ odl_ip }}:8180/controller/nb/v2/neutron"
username: admin
password: admin

View File

@@ -21,7 +21,7 @@ neutron_plugin_type: "ml2.opendaylight"
odl_ip: "{{ hostvars[groups['opendaylight'][0]]['ansible_default_ipv4']['address'] }}"
neutron_opendaylight_conf_ini_overrides:
ml2_odl:
url: "http://{{ odl_ip }}:8080/controller/nb/v2/neutron"
url: "http://{{ odl_ip }}:8180/controller/nb/v2/neutron"
username: admin
password: admin