diff options
author | Ivar Lazzaro <ivarlazzaro@gmail.com> | 2014-08-21 16:34:27 -0700 |
---|---|---|
committer | Ivar Lazzaro <ivarlazzaro@gmail.com> | 2014-08-28 10:37:41 -0700 |
commit | 07444baf97c05ffcaa9e1da736f5f307b1735f56 (patch) | |
tree | 2bb86ad18f391365cb24525414e837aadc9d91df /etc | |
parent | fed5dcf5eef78669e30995f4af7a4be94829881b (diff) | |
download | neutron-07444baf97c05ffcaa9e1da736f5f307b1735f56.tar.gz |
Apic drivers enhancements (second approach): Backend
- Move backend facing modules to a library
Implements blueprint: apic-driver-enhancements
Change-Id: Ia4553d3885ca1886ca6bc7ea5d96afeace5fc457
Diffstat (limited to 'etc')
-rw-r--r-- | etc/neutron/plugins/ml2/ml2_conf_cisco.ini | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/neutron/plugins/ml2/ml2_conf_cisco.ini b/etc/neutron/plugins/ml2/ml2_conf_cisco.ini index 95f963f836..bb2dadbed4 100644 --- a/etc/neutron/plugins/ml2/ml2_conf_cisco.ini +++ b/etc/neutron/plugins/ml2/ml2_conf_cisco.ini @@ -49,8 +49,8 @@ [ml2_cisco_apic] -# Hostname for the APIC controller -# apic_host=1.1.1.1 +# Hostname:port list of APIC controllers +# apic_hosts=1.1.1.1:80, 1.1.1.2:8080, 1.1.1.3:80 # Username for the APIC controller # apic_username=user @@ -58,9 +58,6 @@ # Password for the APIC controller # apic_password=password -# Port for the APIC Controller -# apic_port=80 - # Names for APIC objects used by Neutron # Note: When deploying multiple clouds against one APIC, # these names must be unique between the clouds. |