diff --git a/devstack/gluster-functions.sh b/devstack/gluster-functions.sh index 29c8b7a..798b3e4 100755 --- a/devstack/gluster-functions.sh +++ b/devstack/gluster-functions.sh @@ -8,7 +8,7 @@ function install_glusterfs { if [[ ${DISTRO} =~ rhel7 ]] && [[ ! -f /etc/yum.repos.d/glusterfs-epel.repo ]]; then sudo wget $GLUSTERFS_CENTOS_REPO -O /etc/yum.repos.d/glusterfs-epel.repo elif is_ubuntu; then - sudo add-apt-repository ppa:gluster/glusterfs-7 -y + sudo add-apt-repository ppa:gluster/glusterfs-8 -y NO_UPDATE_REPOS=False REPOS_UPDATED=False fi