Comment 3 for bug 930270

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

Reviewed: https://review.openstack.org/4009
Committed: http://github.com/openstack/openstack-common/commit/8723af7665d004ae088d5066b795877c7d8f890f
Submitter: Jenkins
Branch: master

commit 8723af7665d004ae088d5066b795877c7d8f890f
Author: Mark McLoughlin <email address hidden>
Date: Fri Feb 10 17:14:52 2012 +0000

    Disable ConfigParser interpolation (lp#930270)

    This breaks e.g.

      volume_name_template=volume-%08x
      instance_name_template=instance-%08x

    and is not part of the API contract anyway. We use $opt based value
    interpolation.

    Change-Id: I7ba566ae7c9a77322b52c67c5e1ffbffb760f0fc