Merge "Remove tempest_image_dir_owner var"

This commit is contained in:
Zuul 2019-01-11 15:15:26 +00:00 committed by Gerrit Code Review
commit 813266595e
3 changed files with 5 additions and 5 deletions

View File

@ -245,7 +245,6 @@ tempest_images:
# The location where images are downloaded to
tempest_image_dir: "/opt/cache/files"
tempest_image_dir_owner: "{{ lookup('env', 'USER') }}"
tempest_enable_instance_password: True

View File

@ -0,0 +1,5 @@
---
upgrade:
- The variable ``tempest_image_dir_owner`` is removed in
favour of using default ansible user to create the
image directory.

View File

@ -34,10 +34,6 @@
file:
path: "{{ tempest_image_dir }}"
state: directory
mode: "0750"
owner: "{{ tempest_image_dir_owner }}"
recurse: yes
become: yes
when:
- tempest_service_available_glance | bool