Things that can be improved in python-tempestconf:
Notes:
- --create and --non-admin is not used together as some of the resources requires admin credentials to create tempest resources. Code Link: https://github.com/openstack/python-tempestconf/blob/master/config_tempest/config_tempest.py#L268
if args.create and args.non_admin:
raise Exception("Options '--create' and '--non-admin' cannot be used"
" together, since creating" " resources requires"
" admin rights")