Commit Graph

18 Commits

Author SHA1 Message Date
Zuul e213c49cfc Merge "Add some automatic steps & Fix SQL in install scripts" 2022-11-09 17:52:20 +00:00
Xingjian Zhang a17f4bdcfa Add some automatic steps & Fix SQL in install scripts
Change-Id: I7e9bd8b308ddc84e95e694abe806eb7630b9919c
2022-09-27 19:41:49 +08:00
Takashi Kajinami d64176660f Remove logic for Python <= 2.6
Change-Id: I8e9ca27e276ae3ecabfd0b1967281deadd3a5bea
2022-09-25 21:28:10 +00:00
tikitavi 0445156611 rework tox.ini
separate works for py27, py35
add docs test
some other changes to let tests pass

Change-Id: I94291a5e65fee1e266fbe4e2ec3e14f042654598
2017-10-20 12:16:30 +03:00
Tony Breeds 5284e02f44 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove ec2-api.

Change-Id: I820a62970a8f870804a580b8dded0624c50b8b0a
2016-12-21 10:24:41 +11:00
Cao Xuan Hoang 1838923f98 Remove unnecessary file
This patch removes unneccessary file:
tools/regression_tester.py

Change-Id: I2167124d18b9a24adaf7ca6ee041693486351e69
2016-11-28 13:06:06 +07:00
Cao Xuan Hoang a473047ae4 Trivial: Remove vim header from source files
Change-Id: I0ad4b9cfecb72f1239482d828aaad2875ad1e872
2016-09-26 17:02:01 +07:00
Andrey Pavlov 604fd639af update from global requirements and up version for master
Change-Id: Ie426484642bfe9b878f7257d9b9c3986e680b804
2016-04-21 14:51:09 +03:00
tikitavi 68858b06fc fix of installation script and README file
Change-Id: I5c308b2cc24d037624bccf3d4528b88d2a7790f2
2015-12-25 15:34:08 +03:00
Feodor Tersin 83c05b4a93 Fix config analyzer
Change-Id: Ie363a0e76101e474ea0880c7ca852645ec525b1c
2015-09-15 13:40:30 +03:00
Feodor Tersin d372bfd30d Remove outdated sample config generator
Change-Id: Ia3dce1128aa3f67773032877520b88fc4d75264b
2015-09-15 13:39:53 +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 67eae1069d follow oslo
move to oslo.db and some other oslo libraries

Change-Id: I57e4f01bd46339cdfe3ed2e4748eb1e923cea584
2015-02-26 22:04:09 +03:00
Andrey Pavlov 462de41470 Add rest of api tests.
Change-Id: I639876622bfb5a034717463256fe0dbd5b9a8399
2015-02-10 21:28:31 +03:00
Andrey Pavlov b51104258e Add more tests
Change-Id: I4427eb78b9c6b73a0a492cb246e9ecd532dc58d6
2015-02-10 16:24:43 +03:00
Andrey Pavlov 1cfaea6bed create scripts for devstack
Change-Id: Ie59b29894031ce033d68705f17edbbdb71a7fbba
2015-02-04 23:58:13 +03:00
Andrey Pavlov 28756f3ad6 remove proxy to ec2
Change-Id: I7c20d19ba1d608c84fbcf9602fcd4be61e9f64ea
2014-12-26 16:05:16 +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