Comment 2 for bug 1606951

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

Reviewed: https://review.openstack.org/347855
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=74815dafd9a2459d691ac2bb6c0df27d8277bb42
Submitter: Jenkins
Branch: master

commit 74815dafd9a2459d691ac2bb6c0df27d8277bb42
Author: Rabi Mihsra <email address hidden>
Date: Wed Jul 27 16:59:59 2016 +0300

    Fix is_using_neutron

    Recently we moved to use SessionClient with
    the client plugins and it seems, just
    creating the client does not ensure that the
    service is available. We should check for
    the endpoint.

    Change-Id: Iae9fa8758314a4b04224127a181eb1054aa72d8a
    Closes-Bug: #1606951