Comment 4 for bug 1435285

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

Reviewed: https://review.openstack.org/165944
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1bc886c89d54fb0b706f724fa202d61604b14562
Submitter: Jenkins
Branch: master

commit 1bc886c89d54fb0b706f724fa202d61604b14562
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Thu Mar 19 17:54:52 2015 +0000

    Merge Neutron AutoScaling and LoadBalancer tests

    The tested use case is an autoscaling group of web app servers
    behind a loadbalancer.

    Test template was rewritten to use AutoScalingGroup, wait conditions and
    outputs, so no other client than heat one is used.
    Now there is no need to check for VM connectivity,
    as stack/resources status COMPLETE now quite reliably means
    that the listening servers are running.

    This patch should probably also help with narrowing down the causes of
    bug 1437203, since it does not checks instance connectivity with SSH.

    Change-Id: Iec8e8061f9ab3f3841fa221722b7b7805760cdf7
    Related-Bug: #1437203
    Closes-Bug: #1435285