Comment 2 for bug 1602355

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

Reviewed: https://review.openstack.org/341113
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=c1eb505c6f92ed54818a026d4687ec5015912be4
Submitter: Jenkins
Branch: master

commit c1eb505c6f92ed54818a026d4687ec5015912be4
Author: Alex Schultz <email address hidden>
Date: Tue Jul 12 11:41:13 2016 -0600

    Update m1.micro flavor creation

    This change reworks how we are managing the m1.micro flavor that is used
    by OSTF. As part of this change we are moving the creation out of the
    general controller configuration and putting it into the task where we
    also manage the image installation used by OSTF. As part of this move,
    we are also refactoring the haproxy wait configuration for the nova
    backends to their own class with tests so it can be more easily reused.

    Change-Id: Ieb0ec8dce76fbcf0979dbca8e50447fe77f0ce90
    Closes-Bug: #1602355