Comment 6 for bug 1449512

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

Reviewed: https://review.openstack.org/284132
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=b4129dd549a054351b545879372728d28b1b7c10
Submitter: Jenkins
Branch: master

commit b4129dd549a054351b545879372728d28b1b7c10
Author: Dmitry Bilunov <email address hidden>
Date: Wed Feb 24 16:38:54 2016 +0300

    Send cluster id for pre provision task obviously

    Orchestrator implements a method called `calculate_cluster_id', which
    extracts cluster id from the log file name that is supplied in the `cmd'
    field of the parameters hash from pre_provision property of provisioning
    info. We should send cluster id in a separate field (`cluster_id')
    instead of inferring it from the string representation of the command.

    Change-Id: Ia33810525707fa63985be019096dc9e78c81c812
    Partial-Bug: #1449512