Sync openstack-common.

This commit is contained in:
Adam Gandelman 2013-01-11 10:33:16 -08:00
parent 7bc851cb83
commit d99dfca00e
2 changed files with 2 additions and 3 deletions

View File

@ -109,8 +109,7 @@ function configure_install_source {
# CA staging repos are standard PPAs.
if echo $ca_rel | grep -q "staging" ; then
ca_rel=$(echo $ca_rel | sed -e 's,/,-,g')
add-apt-repository -y ppa:ubuntu-cloud-archive/$ca_rel
add-apt-repository -y ppa:ubuntu-cloud-archive/${os_rel}-staging
return 0
fi

View File

@ -1 +1 @@
77
78