Bug 1383509

Summary: Openstack image upload issues:400 Bad Request: Client disconnected before sending all data to backend (HTTP 400)
Product: Red Hat OpenStack Reporter: jivy
Component: openstack-glanceAssignee: Cyril Roelandt <cyril>
Status: CLOSED DUPLICATE QA Contact: nlevinki <nlevinki>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: eglynn, fpercoco, pgrist, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-15 02:05:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description jivy 2016-10-10 20:50:45 UTC
Description of problem:Receiving 400 Bad Request: Client disconnected before sending all data to backend (HTTP 400)when attempting to upload images when using the Red Hat Director 9 install guide.




Version-Release number of selected component (if applicable):9


How reproducible: Unsure


Steps to Reproduce:
1.
2.
3.

Actual results:
[stack@undercloud ~]$ source stackrc
[stack@undercloud ~]$ cd ~/images
[stack@undercloud images]$ pwd
/home/stack/images
[stack@undercloud images]$ ls
ironic-python-agent.initramfs  ironic-python-agent.kernel  overcloud-full.initrd  overcloud-full.qcow2  overcloud-full.vmlinuz
[stack@undercloud images]$ openstack overcloud image upload --image-path /home/stack/images/
400 Bad Request: Client disconnected before sending all data to backend (HTTP 400)
[stack@undercloud images]$ openstack image list

[stack@undercloud images]$ ls -ltr
total 1695328
-rw-r--r--. 1 stack stack  447551200 Aug 18 14:19 ironic-python-agent.initramfs
-rwxr-xr-x. 1 stack stack    5157696 Aug 18 14:19 ironic-python-agent.kernel
-rwxr-xr-x. 1 stack stack    5157696 Aug 18 15:13 overcloud-full.vmlinuz
-rw-r--r--. 1 stack stack   42613432 Aug 18 15:13 overcloud-full.initrd
-rw-r--r--. 1 stack stack 1235524608 Aug 18 15:17 overcloud-full.qcow2
[stack@undercloud images]$


Expected results: Expected results are for all the images to be added to glance. 


Additional info:

Comment 1 Paul Grist 2016-10-15 02:05:20 UTC

*** This bug has been marked as a duplicate of bug 1383508 ***