Comment 3 for bug 1253064

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

Reviewed: https://review.openstack.org/57431
Committed: http://github.com/openstack/nova/commit/32f1b413ddfaf58703d9f6d69a1fc44e6c17d60d
Submitter: Jenkins
Branch: master

commit 32f1b413ddfaf58703d9f6d69a1fc44e6c17d60d
Author: Bob Ball <email address hidden>
Date: Fri Nov 22 16:32:11 2013 +0000

    XenAPI: Fix config section usage

    Change I2e9f720ddce284fc112d6a5651fd277e6e31a17a introduced xenserver
    sections but a couple of CONF variables were not updated to use the
    new sections.

    Fixed the few remaining options and add unit tests to ensure they are
    caught in future.

    The unit tests highlighted that the functions behaved strangely in
    the cases where the default was being provided - so updated to be
    clear about getting the default.

    Closes-bug: 1253064

    Change-Id: Ic538069cd087aa3cdc0a1f7fdb94820d5d3b22b1