vmware-nsx/neutron/plugins/ml2/drivers/cisco
ZhiQiang Fan 9842dcb34c Fix message i18n error
Partial-Bug: #1217100

Using tools/check_i18n.py to scan source directory, and fix most of
the errors.

- Message internationalization
- First letter must be capital
- Using comma instead of percent in LOG.xxx

Note: all extension's description are not touched in this patch,
can be fixed after discussing.
Note: all nicira/check_nvp_config.py print messages are not fixed.

Change-Id: I79ef06fd42f6780beb5019c592662536c2a51864
2013-09-08 15:58:12 +08:00
..
__init__.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
config.py Fix message i18n error 2013-09-08 15:58:12 +08:00
constants.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
credentials_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
exceptions.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
mech_cisco_nexus.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
network_db_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
network_models_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_db_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_models_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_network_driver.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_snippets.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
README ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00

Neutron ML2 Cisco Mechanism Drivers README

Cisco mechanism drivers implement the ML2 driver APIs for managing
Cisco devices.

Notes:
The initial version of the Cisco Nexus driver supports only the
VLAN network type on a single physical network.

Provider networks are not currently supported.

The Cisco Nexus mechanism driver's database may have duplicate entries also
found in the core ML2 database. Since the Cisco Nexus DB code is a port from
the plugins/cisco implementation this duplication will remain until the
plugins/cisco code is deprecated.


For more details on using Cisco Nexus switches under ML2 please refer to:
http://wiki.openstack.org/wiki/Neutron/ML2/MechCiscoNexus