acceptance: bump trusty packaging to trusty-proposed/liberty

Since our recent discussion about Ubuntu packaging, we decided to bump
Ubuntu packaging to trusty-proposed/liberty so we can install Liberty in
a better shape than current situation (Staging repo).

This patch installs UCA liberty repository.

Depends-On: I57e2ddc5d0e228142f8045623ffbde362c0e7f7b
Change-Id: I8f30087db4e88f5076f77cd0d3129323eea2828a
This commit is contained in:
Emilien Macchi 2015-09-02 14:29:48 -04:00
parent 35c1701ba8
commit 2b4fee8c0d
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ describe 'glance class' do
case $::osfamily {
'Debian': {
include ::apt
apt::ppa { 'ppa:ubuntu-cloud-archive/liberty-staging':
# it's false by default in 2.x series but true in 1.8.x
package_manage => false,
class { '::openstack_extras::repo::debian::ubuntu':
release => 'liberty',
repo => 'proposed',
package_require => true,
}
Exec['apt_update'] -> Package<||>
}
'RedHat': {
class { '::openstack_extras::repo::redhat::redhat':