Dmitriy Rabotyagov f40abfa2f4 Replace glance_nfs_client
We should reflect changes introduced in dependant patch for CI
to test new variable properly.

Until this patch gets merged dependant patch runs compatability
mode check (testing old glance_nfs_client). All futher checks would run
with new glance_remote_client variable defined.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/837550
Change-Id: I381752ac0bcd7faf5bbdc2d929ce2a9a0a3f1488
2022-06-08 07:56:22 +00:00

9 lines
177 B
Django/Jinja

---
glance_default_store: file
glance_remote_client:
- what: "172.29.244.100:/srv/nfs/glance"
where: "/var/lib/glance/images"
type: "nfs"
options: "_netdev,auto"