From: Abhishek Raut Date: Tue, 9 Jul 2013 19:29:54 +0000 (-0700) Subject: Add support for the Nexus 1000V into the Cisco Plugin. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b49cc5b771e647dca09730474db8b468d5bbaec3;p=openstack-build%2Fneutron-build.git Add support for the Nexus 1000V into the Cisco Plugin. This will enable the Cisco Nexus 1000V to integrate with the Cisco plugin and be used to drive the realization of Neutron constructs. Network profile and Policy profile are introduced as extended neutron resources, while n1kv:profile_id is introduced as an extended attribute for network and port objects. Necessary changes to the Cisco plugin are made to accomodate Nexus 1000V as a configurable vswitch plugin. Implements: blueprint cisco-plugin-n1k-support Change-Id: I951e10c57d74c935fca8754c0e21e1ac9df35704 --- diff --git a/etc/neutron/plugins/cisco/cisco_plugins.ini b/etc/neutron/plugins/cisco/cisco_plugins.ini index 32b91bf0c..bce23b746 100644 --- a/etc/neutron/plugins/cisco/cisco_plugins.ini +++ b/etc/neutron/plugins/cisco/cisco_plugins.ini @@ -85,3 +85,22 @@ # username=admin # password=mySecretPassword +# +# N1KV Format. +# [N1KV:] +# username= +# password= +# +# Example: +# [N1KV:2.2.2.2] +# username=admin +# password=mySecretPassword + +[cisco_n1k] +# integration_bridge=br-int +# enable_tunneling=True +# tunnel_bridge=br-tun +# local_ip=10.0.0.3 +# tenant_network_type=local +# default_policy_profile= +# poll_duration=