Skip to content

Commit

Permalink
[DM] Modifications to the swift utility and corresponding playbooks
Browse files Browse the repository at this point in the history
Changing the swift utility to discard generation of tempurl since the container is already given read access.
Generating a download url without the usage of token, using storage url.
Closes-Bug: #1779184

Change-Id: I6a29b959b2d2299fbeb1ea20d79ec72077422876
  • Loading branch information
sahanaspc committed Jul 16, 2018
1 parent 83b9852 commit f1a139e
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -37,14 +37,6 @@
- name: Get swift download url
include_tasks: get_swiftfile_url.yml

- name: encode temp url
set_fact:
enc_tempurl: "{{tempurl.split('?')[0]+'?'+tempurl.split('?')[-1]|urlencode()}}"

- name: Debug encode temp url
debug:
var: enc_tempurl

- name: Appending job log for retreiving image download link and starting image upgrade
job_objectlog:
message: >
Expand Down

0 comments on commit f1a139e

Please sign in to comment.