![Dmitriy Rabotyagov](/assets/img/avatar_default.png)
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
9 lines
177 B
Django/Jinja
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"
|