From 6bb239acf5bcda3b784dfc88c0af6b4709514101 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 10 Mar 2015 17:41:53 -0700 Subject: [PATCH] Add README and requirements.txt for VMware plugins These files were forgotten in the decomposition patch. Related to Blueprint core-vendor-decomposition Change-Id: Ibd7bba5a287b455c4fcb8252e13ce277c12d44cb --- neutron/plugins/vmware/README | 14 ++++++++++++++ neutron/plugins/vmware/requirements.txt | 1 + 2 files changed, 15 insertions(+) create mode 100644 neutron/plugins/vmware/README create mode 100644 neutron/plugins/vmware/requirements.txt diff --git a/neutron/plugins/vmware/README b/neutron/plugins/vmware/README new file mode 100644 index 000000000..c636ee42c --- /dev/null +++ b/neutron/plugins/vmware/README @@ -0,0 +1,14 @@ +VMware Neutron plugins +=========================== + +Neutron plugins for VMware NSX family products + +* For configuration information, supported extensions, and architectural + documentation please refer to the plugin wiki page: + https://wiki.openstack.org/wiki/Neutron/VMware_NSX_plugins + +* Full plugin code available at: + * http://git.openstack.org/cgit/stackforge/vmware-nsx + * https://github.com/stackforge/vmware-nsx + +* Pypi location: https://pypi.python.org/pypi/vmware-nsx diff --git a/neutron/plugins/vmware/requirements.txt b/neutron/plugins/vmware/requirements.txt new file mode 100644 index 000000000..f7bfec874 --- /dev/null +++ b/neutron/plugins/vmware/requirements.txt @@ -0,0 +1 @@ +vmware-nsx -- 2.45.2