Revert "Cisco DFA ML2 Mechanism Driver"

This reverts commit 3680fd61c9.

The reverted patch incorrectly ties with Keystone and should have never been
approved since the approved version only partially addressed review concerns.

This revert also ensure migration timeline integrity.

Change-Id: If5fbdade72c762b21a477676ded816ce5be97ca5
This commit is contained in:
mark mcclain
2014-09-02 20:02:06 +00:00
committed by Mark McClain
parent 3192e61b5a
commit 3eb16dbc2e
21 changed files with 2 additions and 1856 deletions

View File

@@ -20,7 +20,6 @@
# Example: mechanism_drivers = cisco,logger
# Example: mechanism_drivers = openvswitch,brocade
# Example: mechanism_drivers = linuxbridge,brocade
# Example: mechanism_drivers = openvswitch,cisco_dfa
# (ListOpt) Ordered list of extension driver entrypoints
# to be loaded from the neutron.ml2.extension_drivers namespace.

View File

@@ -116,17 +116,3 @@
# encap=vlan-100
# cidr_exposed=10.10.40.2/16
# gateway_ip=10.10.40.1
[ml2_cisco_dfa]
# (StrOpt) IP address of Cisco DCNM (Data Center Network Manager).
# dcnm_ip = 1.1.1.1
#
# (StrOpt) User login name for DCNM.
# dcnm_user = username
#
# (StrOpt) Login password for DCNM.
# dcnm_password = password
#
# (StrOpt) Gateway MAC address when forwarding mode in created config profile
# is proxy mode.
# gateway_mac = 00:01:02:03:04:05