include the openstack release in the image cache path

The version of openstack was not accounted for in the
cache path and can cause image collisions.

Closes-Bug: #1679799
Change-Id: I6ae0979644182544cb1f494d0523cf2e3c7f3827
This commit is contained in:
Wes Hayutin 2017-04-04 14:35:03 -04:00
parent c43000fc7b
commit 869efd81ef
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ working_dir: "/home/{{ undercloud_user }}"
# This is a directory no the virthost in which we store the downloaded
# undercloud image.
image_cache_dir: "/var/cache/tripleo-quickstart/images"
image_cache_dir: "/var/cache/tripleo-quickstart/images/{{ release }}"
image_fetch_dir: "{{ working_dir}}"