From 2badb448e353bfaff6e1675b4e7f48a07979ba66 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Thu, 31 Jan 2019 14:51:08 -0500 Subject: [PATCH] Use luminous for xenial and after Change-Id: I82cc5232870a820c4c8a0526eb44de45cd67a369 --- devstack/lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index bd44104..0e40c48 100755 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -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