Comment 9 for bug 1492636

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

Reviewed: https://review.openstack.org/271092
Committed: https://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=e485f3956f221f2a9db07b7fd851ef06f259a959
Submitter: Jenkins
Branch: master

commit e485f3956f221f2a9db07b7fd851ef06f259a959
Author: Emilien Macchi <email address hidden>
Date: Thu Jan 21 18:52:26 2016 -0500

    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: I154b37854ffd65a649b9af66610882a82435b90f
    Closes-bug: #1492636