Comment 18 for bug 1130146

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

Reviewed: https://review.openstack.org/22349
Committed: http://github.com/openstack/nova/commit/a89daffeb99956ab38c0b6c1144803c5b3e851f9
Submitter: Jenkins
Branch: master

commit a89daffeb99956ab38c0b6c1144803c5b3e851f9
Author: Daniel P. Berrange <email address hidden>
Date: Tue Feb 19 19:54:55 2013 +0000

    Fix XML config tests for disk/net/cpu tuning

    Due to a bug in the XML matching code, some XML formatting
    problems related to disk/net/cpu tuning were not flaged as
    errors. The problems were all simply ordering of the elements.
    This patch also fixes some indentation problems at the same time

    Fixes bug #1130146
    Change-Id: Iee392ed823002b8231b33c27b487c2538b2dc8cd
    Signed-off-by: Daniel P. Berrange <email address hidden>