Comment 2 for bug 1567548

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

Reviewed: https://review.openstack.org/304831
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=b0ef081ab5056eb20e6adecb7848330908b6ccd6
Submitter: Jenkins
Branch: master

commit b0ef081ab5056eb20e6adecb7848330908b6ccd6
Author: Larry Rensing <email address hidden>
Date: Tue Apr 12 19:20:08 2016 +0000

    Removed unnecessary yaml parsing

    In test_attributes_validation.py, there were many strings that were
    being parsed by YAML. These strings have been converted to dicts
    to reduce redundant YAML parsing.

    Change-Id: I04e62e50f545772e54165fb2df360cef818fd3d0
    Closes-Bug: #1567548