CI: Change ceph-ansible docker tag to latest-nautilus

ceph-ansible by default uses "latest" tag for ceph Docker Hub images,
but recently latest tag has been upgraded to be Octopus release,
not Nautilus.

Change-Id: I5247c10079ab91cce130cd5ba403f25ccaf7c1fb
This commit is contained in:
Michal Nasiadka 2020-03-17 11:19:24 +01:00
parent cf918fbc29
commit 81ebae8fd1

View File

@ -11,6 +11,7 @@ docker: true
containerized_deployment: true
container_binary: "docker"
docker_pull_timeout: "600s"
ceph_docker_image_tag: "latest-nautilus"
dashboard_enabled: false