Disable V-38660 for OpenStack-CI

Change-Id: I09826fb00d0bf7a862d9b51b4273b29a882f131d
This commit is contained in:
Major Hayden 2016-07-26 11:51:16 -05:00 committed by Jesse Pretorius (odyssey4me)
parent d3e54871e6
commit 6535ec3602

View File

@ -52,7 +52,9 @@ function playbook_run {
# NOTE(mattt): We have to skip V-38462 as openstack-infra are now building # NOTE(mattt): We have to skip V-38462 as openstack-infra are now building
# images with apt config Apt::Get::AllowUnauthenticated set # images with apt config Apt::Get::AllowUnauthenticated set
# to true. # to true.
install_bits "${include}" --skip-tag V-38462 # NOTE(mhayden): Skipping V-38660 since it breaks the Xenial gate. The
# CI Xenial image has non-SNMPv3 configurations.
install_bits "${include}" --skip-tag V-38462,V-38660
else else
install_bits "${include}" install_bits "${include}"
fi fi