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 { case $::osfamily {
'Debian': { 'Debian': {
include ::apt include ::apt
apt::ppa { 'ppa:ubuntu-cloud-archive/liberty-staging': class { '::openstack_extras::repo::debian::ubuntu':
# it's false by default in 2.x series but true in 1.8.x release => 'liberty',
package_manage => false, repo => 'proposed',
package_require => true,
} }
Exec['apt_update'] -> Package<||>
$package_provider = 'apt' $package_provider = 'apt'
} }
'RedHat': { 'RedHat': {