Comment 5 for bug 887191

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

Reviewed: https://review.openstack.org/14629
Committed: http://github.com/openstack/nova/commit/10caf4b48fa67b160e6024a801efbda292d44ebf
Submitter: Jenkins
Branch: master

commit 10caf4b48fa67b160e6024a801efbda292d44ebf
Author: Davanum Srinivas <email address hidden>
Date: Mon Oct 22 17:53:30 2012 -0400

    Fix Broken XML Namespace Handling

    nodeName is set to ns2:metadata and not just metadata when namespaces are
    specified using first example in the defect. Explicitly check namespaces
    where necessary and use localName instead of nodeName.
    Ensure that scheduler_hints are picked up from the correct namespace

    fix lines too long from pep8

    Fixes bug 887191

    Change-Id: I5db2b575d24f6b1b358489e309af7e6ace2950fd