APIC external network configuration fix

Change-Id: Iabe4e830cfe31e81651b50d272e361d123169d8a
This commit is contained in:
sergeylevchenko 2015-06-21 19:48:26 +03:00
parent a34c72d56e
commit dd084ac913
3 changed files with 10 additions and 6 deletions

View File

@ -35,7 +35,9 @@ class cisco_aci::gbp_and_apic_gbp (
include 'apic::api'
if ($ext_net_enable == true) {
$apic_external_network = $ext_net_name
$apic_net_name = $ext_net_name
}else{
$apic_net_name = $apic_external_network
}
case $role {
@ -104,8 +106,8 @@ class cisco_aci::gbp_and_apic_gbp (
pre_existing_vpc => $pre_existing_vpc,
pre_existing_l3_context => $pre_existing_l3_context,
shared_context_name => $shared_context_name,
apic_external_network => $apic_external_network,
apic_external_network => $apic_net_name,
pre_existing_external_network_on => $pre_existing_external_network_on,
external_epg => $external_epg,
}
}
}

View File

@ -34,7 +34,9 @@ class cisco_aci::gbp_and_apic_ml2 (
include 'apic::api'
if ($ext_net_enable == true) {
$apic_external_network = $ext_net_name
$apic_net_name = $ext_net_name
}else{
$apic_net_name = $apic_external_network
}
case $role {
@ -104,7 +106,7 @@ class cisco_aci::gbp_and_apic_ml2 (
pre_existing_vpc => $pre_existing_vpc,
pre_existing_l3_context => $pre_existing_l3_context,
shared_context_name => $shared_context_name,
apic_external_network => $apic_external_network,
apic_external_network => $apic_net_name,
pre_existing_external_network_on => $pre_existing_external_network_on,
external_epg => $external_epg,
}

View File

@ -3,7 +3,7 @@ name: cisco_aci
# Human-readable name for your plugin
title: Cisco APIC Plugin
# Plugin version
version: 1.0.22
version: 1.0.23
# Description
description: Enable to use Cisco SDN solutions for Neutron
# Required fuel version