Commit Graph

7 Commits

Author SHA1 Message Date
Andrey Pavlov 78f29f61f0 move unit tests to subdirectory. part 1.
Change-Id: I46ff72b21c268faf761cb0ce11625870fbb7c62a
2015-02-06 22:00:33 +03:00
Andrey Pavlov 28756f3ad6 remove proxy to ec2
Change-Id: I7c20d19ba1d608c84fbcf9602fcd4be61e9f64ea
2014-12-26 16:05:16 +03:00
alevine 927bc06fe0 Forbid VPC-related functionality for usage without Neutron.
Change-Id: Ie67ffadea38e9d72236493d14d4e7cf9411de54a
2014-12-25 17:41:56 +04:00
Feodor Tersin bd25a18a1a Update copyright
Change-Id: I185fa28474fca0cc8666d6f59de251ce1f9683f2
2014-11-11 21:02:39 +04:00
Feodor Tersin e4281fab82 Log traceback on unexpected errors
Change-Id: I828f187ea594fdca993068463542180158695bd3
2014-11-10 20:10:51 +04:00
alevine e0db6de2c0 Adding utils, tests for them and fixing some pep8.
Change-Id: If0e9deafb8923d76beee8f2da07e913beeb4a962
2014-08-05 17:46:53 +04:00
Alexandre Levine 66826e9e5b Initial EC2-API service commit.
This code introduces standalone service which proxies its calls to
existing nova EC2-API.
All the code here except for the ec2api/api/proxy.py,
ec2api/api/ec2client.py and some util functions is taken from current
nova and unused functionality is cut of it.
The proxy.py and ec2client.py files implement the new code which
proxies incoming request (on port 8788) to original EC2 API in nova
on port 8773.
The result is transparently translated back to user.

Change-Id: I4cb84f833d7d4f0e379672710ed39562811d43e0
2014-07-18 19:33:55 -07:00