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: Ib7e8a4cd8a4b294d32a663d3bf179ead1dbc8f77
This commit is contained in:
Emilien Macchi 2015-09-02 14:29:19 -04:00
parent 37df389934
commit 4fde6bccf1

View File

@ -12,11 +12,11 @@ describe 'basic designate' 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<||>
$package_provider = 'apt'
}
'RedHat': {