Comment 2 for bug 1236498

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/50142
Committed: http://github.com/openstack/tempest/commit/88a2dd8d3bafe29385bdf3068ef7f958f92c213c
Submitter: Jenkins
Branch: master

commit 88a2dd8d3bafe29385bdf3068ef7f958f92c213c
Author: DennyZhang <email address hidden>
Date: Mon Oct 7 12:55:35 2013 -0500

    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