Comment 6 for bug 1478549

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/208568
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=602ab1c1b3a7fb1dd5a805fcbac6e37106bd8d0e
Submitter: Jenkins
Branch: master

commit 602ab1c1b3a7fb1dd5a805fcbac6e37106bd8d0e
Author: Alexander Gordeev <email address hidden>
Date: Mon Aug 3 20:20:44 2015 +0300

    nailgun: Add 'cloud_init_templates' dict to provisioning serializer

    To choose appropriate cloud-init templates during provisioning,
    new field should be added to provisioning serializer.

    It contains a dict with filenames for cloud-init to be chosen.
    Every filename contains fuel environment version and operating
    system name.

    Eg.:

    "cloud_init_templates": {
        "boothook": "boothook_fuel_6.1_centos.jinja2",
        "cloud_config": "cloud_config_fuel_6.1_centos.jinja2",
        "meta_data": "meta_data_fuel_6.1_centos.jinja2",
    }

    Change-Id: I81b50863a58de10ee33c8064b38fc92ef7e1d86a
    Related-Bug: #1478549