openstack-ansible-os_tempest/releasenotes/notes/remove-tempest-image-dir-owner-ec10dfa5bb9f87f1.yaml
Chandan Kumar 2b9a63e1f6 Remove tempest_image_dir_owner var
tempest_image_dir_owner is used to create tempest_image_dir.
and sets proper directory permission, user and group.
Let's use default ansible user to create the directory instead
of restricting on tempest_image_dir_owner user.

Change-Id: I4ccad998f2b9ef84dbe7f645f31960b38c6fd27a
2019-01-11 16:53:34 +05:30

6 lines
148 B
YAML

---
upgrade:
- The variable ``tempest_image_dir_owner`` is removed in
favour of using default ansible user to create the
image directory.