summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorKobi Samoray <ksamoray@vmware.com>2015-01-13 09:01:03 +0200
committerKobi Samoray <ksamoray@vmware.com>2015-01-28 02:24:40 +0200
commit3356e2e147043a4e57117a5977932232d3412c52 (patch)
tree9df858951eb110a85e08f562ee4431e6ac7542d9 /requirements.txt
parentc50d927c07f8b8d578b98580d2411797bd626b9c (diff)
downloadoslo-vmware-3356e2e147043a4e57117a5977932232d3412c52.tar.gz
VMWare NSXv: Common components
For Kilo, it was decided to split vendor code into stackforge repos, while services (*aas) code is moved to neutron-*aas repos. Some components are common to VMWare NSXv neutron plugin and services plugins. As we do not want to add dependencies between the neutron-lbaas, neutron-fwaas repos and the stackforge/vmware-nsx repo, (nor duplicate the code), we move these common components to oslo.vmware under oslo.vmware.network Change-Id: If3c98bc9431253768914316db6b48d1777518353 Partially-Implements: blueprint vmware-nsx-v
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index dfb723a..cbaee50 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,7 @@ iso8601>=0.1.9
six>=1.7.0
oslo.i18n>=1.3.0 # Apache-2.0
+oslo.serialization>=1.2.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0
Babel>=1.3
@@ -22,6 +23,7 @@ PyYAML>=3.1.0
suds>=0.4
eventlet>=0.16.1
+httplib2>=0.7.5
requests>=2.2.0,!=2.4.0
urllib3>=1.8.3
oslo.concurrency>=1.4.1 # Apache-2.0