summaryrefslogtreecommitdiff
path: root/nova/tests/live_migration/hooks/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/live_migration/hooks/run_tests.sh')
-rwxr-xr-xnova/tests/live_migration/hooks/run_tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/tests/live_migration/hooks/run_tests.sh b/nova/tests/live_migration/hooks/run_tests.sh
index 21768642ed..7f27c334ac 100755
--- a/nova/tests/live_migration/hooks/run_tests.sh
+++ b/nova/tests/live_migration/hooks/run_tests.sh
@@ -54,6 +54,11 @@ if [[ "$GRENADE_OLD_BRANCH" == "stable/ocata" ]]; then
echo '3. Grenade testing with Ceph is disabled until bug 1691769 is fixed or Queens.'
else
echo '3. test with Ceph for root + ephemeral disks'
+ # NOTE(lyarwood): Pin the CEPH_RELEASE to nautilus here as was the case
+ # prior to https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/777232
+ # landing in the branchless plugin, we also have to pin in ceph.sh when
+ # configuring ceph on a remote node via ansible.
+ export CEPH_RELEASE=nautilus
GetOSVersion
prepare_ceph
GLANCE_API_CONF=${GLANCE_API_CONF:-/etc/glance/glance-api.conf}