Commit Graph

6 Commits

Author SHA1 Message Date
Xingjian Zhang a17f4bdcfa Add some automatic steps & Fix SQL in install scripts
Change-Id: I7e9bd8b308ddc84e95e694abe806eb7630b9919c
2022-09-27 19:41:49 +08:00
Cao Xuan Hoang a473047ae4 Trivial: Remove vim header from source files
Change-Id: I0ad4b9cfecb72f1239482d828aaad2875ad1e872
2016-09-26 17:02:01 +07:00
tikitavi 68858b06fc fix of installation script and README file
Change-Id: I5c308b2cc24d037624bccf3d4528b88d2a7790f2
2015-12-25 15:34:08 +03:00
Andrey Pavlov 0a767a7f72 Add instruction how to run in legacy releases.
Change-Id: I3201403d1b55ed0ea8f1c4b1ef7c561c95b44142
2015-05-28 16:25:51 +03:00
Andrey Pavlov 1cfaea6bed create scripts for devstack
Change-Id: Ie59b29894031ce033d68705f17edbbdb71a7fbba
2015-02-04 23:58:13 +03: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