diff options
author | Raphael Glon <raphael.glon@ovh.net> | 2019-02-26 11:24:36 +0100 |
---|---|---|
committer | Raphael Glon <raphael.glon@corp.ovh.com> | 2019-04-04 11:17:49 +0200 |
commit | 732bbd851d7439d45405e175674d373fcbe6a952 (patch) | |
tree | 1f70fc4057270babcd5cb3c9411209770c9304bf /releasenotes/notes/bug-30316-8c53358681e464eb.yaml | |
parent | de390cc5859b40bcfbaa04510d3ecd90b0012072 (diff) | |
download | ironic-732bbd851d7439d45405e175674d373fcbe6a952.tar.gz |
Ansible module fix: stream_url
python-requests api misused (invalid kw).
raw images could not be streamed correctly down to the host
Change-Id: I2a2d9bd92899c4d93bf7bceefa9a01d80328b762
Story: #2005357
Task: #30316
Diffstat (limited to 'releasenotes/notes/bug-30316-8c53358681e464eb.yaml')
-rw-r--r-- | releasenotes/notes/bug-30316-8c53358681e464eb.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-30316-8c53358681e464eb.yaml b/releasenotes/notes/bug-30316-8c53358681e464eb.yaml new file mode 100644 index 000000000..a992fbb53 --- /dev/null +++ b/releasenotes/notes/bug-30316-8c53358681e464eb.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - Fixes an issue with the ansible deployment interface where raw images + could not be streamed correctly to the host. |