Comment 5 for bug 930270

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

Reviewed: https://review.openstack.org/4010
Committed: http://github.com/openstack/nova/commit/6fb0adc066f0f8a64a5ec1fdcbe374b26935485a
Submitter: Jenkins
Branch: master

commit 6fb0adc066f0f8a64a5ec1fdcbe374b26935485a
Author: Mark McLoughlin <email address hidden>
Date: Fri Feb 10 17:19:22 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: I7659c7a304aac4d30a79751176ecf683bd664e6f