Hide Forgot
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:
*** This bug has been marked as a duplicate of bug 1383508 ***