commit | 88a2dd8d3bafe29385bdf3068ef7f958f92c213c | [log] [tgz] |
---|---|---|
author | DennyZhang <denny@unitedstack.com> | Mon Oct 07 12:55:35 2013 -0500 |
committer | DennyZhang <denny@unitedstack.com> | Mon Oct 07 23:56:06 2013 -0500 |
tree | a7f566f7c12964c2121ce6d388c70eba65901e12 | |
parent | 499357db48c85bd335d0fc26e27ab71521c90a02 [diff] |
remove code duplication in tempest/config.py tempest/config.py has many simliar tiny functions for register_*_opts. We should remove the code duplication to providing a common function. Change-Id: Ie8facc21a2d8a1e27687b1182a3db9f98bc1a05e Closes-Bug: #1236498