python-tempestconf/config_tempest
Martin Kopec cdc0266de5 Allow to specify min flavor memory and disk size
python-tempestconf doesn't provide any way how to define a
different flavor memory and disk size but provides an option
for defining a custom image (not cirros which is default).
However, when using custom image the default flavor size is
not enough.
Therefore the review adds two arguments which can be used
for defining flavor minimum memory and minimum disk size.

The review also edits the documentation and fixes a few typos.

Change-Id: Iba14b65ff8e147765e47d223dea6231ab649135f
Story: 2001536
Task: 6341
2019-03-29 10:14:05 +00:00
..
services Add RNG device to images and flavours 2019-03-28 14:56:32 +00:00
tests Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
__init__.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
accounts.py Don't expose credentials 2018-08-10 14:38:15 +00:00
clients.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
constants.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
credentials.py Create utils.py 2018-08-13 11:57:14 +02:00
flavors.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
main.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
profile.py Add unit test for profile feature 2018-12-21 15:58:41 +00:00
tempest_conf.py Fixed SafeConfigParser deprecation warning for py3 2019-01-03 17:04:02 +05:30
users.py Merge "Replace tenant by project, part 2" 2018-06-27 12:44:52 +00:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00