Comment 6 for bug 1492636

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

Reviewed: https://review.openstack.org/220752
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=be0b9ac1a370f39909c2c8239e5e3279325311dc
Submitter: Jenkins
Branch: master

commit be0b9ac1a370f39909c2c8239e5e3279325311dc
Author: Sebastien Badia <email address hidden>
Date: Sat Sep 5 22:53:15 2015 +0200

    spec: Enable webmock connect to IPv4 link-local

    compile and compile.with_all_deps rpsec matchers make
    a call to all facts, and especially the ec2 one (this fact, try
    to make a connection on the IPv4 link-local for ec2 metadata which
    is incompatible with webmock restrictions), this seems to produce
    random errors with puppet 3.{3,4}.x and facter 1.7.6.

    Change-Id: Ib9b24a899700742ff623231f576ea2bf14141683
    Closes-bug: #1492636