Use luminous for xenial and after

Change-Id: I82cc5232870a820c4c8a0526eb44de45cd67a369
This commit is contained in:
Tom Barron 2019-01-31 14:51:08 -05:00
parent d7878f2cba
commit 2badb448e3
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ function setup_packages_for_manila_on_ubuntu {
if ! [[ $os_CODENAME =~ (bionic|xenial|trusty) ]]; then
die $LINENO "Need Ubuntu trusty or newer to setup Manila with CephFS native driver"
fi
if [[ $os_CODENAME =~ (xenial|trusty) ]]; then
if [[ $os_CODENAME =~ (trusty) ]]; then
CEPH_PACKAGES="${CEPH_PACKAGES} ceph-mds libcephfs1"
configure_repo_ceph "apt" "jewel" "ubuntu" "$os_CODENAME"
else