Comment 1 for bug 1197588

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

Reviewed: https://review.openstack.org/35582
Committed: http://github.com/stackforge/puppet-quantum/commit/894e1871e69b00985688b536667e12907cbaa035
Submitter: Jenkins
Branch: master

commit 894e1871e69b00985688b536667e12907cbaa035
Author: Michael Chapman <email address hidden>
Date: Thu Jul 4 11:03:51 2013 +1000

    Remove native type prefetches

    The network, router, subnet and router interface
    providers attempt to prefetch the configuration,
    which can result in empty or stale values being
    loaded as quantum configuration. The former will
    result in errors stating the quantum.conf file
    is incomplete, while the latter will often
    result in authentication errors.

    This patch removes the prefetching in the child
    classes and explicitly sets the conf to nil in
    the parent quantum provider so that it will be
    loaded at the correct time.

    Change-Id: Ia2dbc8b687498be96d09c9286fb3f07e0c5b8f96
    bug 1197588