Use UCA newton-proposed packages

The current newton packages for magnum are broken. There is an update in
newton-proposed so this change updates the acceptance tests for ubuntu
to leverage the newton-proposed packages to unblock CI. This change
should be reverted once the packages have been promoted to the
newton-updates repository.

Change-Id: I23cb00894e0e34b551ccbd3d31021c2bb5c51d6c
Related-Bug: #1632743
This commit is contained in:
Alex Schultz 2016-11-11 10:37:43 -07:00
parent d3e4543db7
commit c082497af4

@ -8,6 +8,12 @@ describe 'basic magnum' do
pp= <<-EOS
include ::openstack_integration
include ::openstack_integration::repos
# TODO(aschultz): a hack to get past LP#1632743
if $::osfamily == 'Debian' {
Apt::Source<| title == $::openstack_extras::repo::debian::params::uca_name |> {
release => "${::lsbdistcodename}-proposed/${::openstack_extras::repo::debian::ubuntu::release}"
}
}
include ::openstack_integration::rabbitmq
include ::openstack_integration::mysql
include ::openstack_integration::keystone