Openstack installation: Devstack- Failed to upload image (500 Internal Server Error) - stable/juno
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Glance |
Undecided
|
Feilong Wang |
Bug Description
Issue:
-------
Dev stack installation Failed: Failed to upload image - 500 Internal Server Error
Steps:
---------
Brand new install using
1.) git clone https:/
2.) $devstack/ ./stack.sh
3.) Failed with below error.
Note: Couple of weeks back i was able to install successfully. but recent code changes braking the installation
localrc:
---------
https:/
Glance api log:
----------------
https:/
stackrc.log
---------------
2014-10-29 13:25:18.719 | + openstack --os-token a176744d9a47449
2014-10-29 13:26:12.674 | WARNING: urllib3.
2014-10-29 13:26:12.674 | ERROR: openstack <html>
2014-10-29 13:26:12.674 | <head>
2014-10-29 13:26:12.674 | <title>500 Internal Server Error</title>
2014-10-29 13:26:12.674 | </head>
2014-10-29 13:26:12.674 | <body>
2014-10-29 13:26:12.675 | <h1>500 Internal Server Error</h1>
2014-10-29 13:26:12.675 | Failed to upload image ea100521-
2014-10-29 13:26:12.675 |
2014-10-29 13:26:12.675 | </body>
2014-10-29 13:26:12.675 | </html> (HTTP 500)
2014-10-29 13:26:12.704 | + exit_trap
2014-10-29 13:26:12.705 | + local r=1
2014-10-29 13:26:12.705 | ++ jobs -p
2014-10-29 13:26:12.713 | + jobs=
2014-10-29 13:26:12.713 | + [[ -n '' ]]
2014-10-29 13:26:12.713 | + kill_spinner
2014-10-29 13:26:12.733 | + '[' '!' -z '' ']'
2014-10-29 13:26:12.733 | + [[ 1 -ne 0 ]]
2014-10-29 13:26:12.733 | + echo 'Error on exit'
2014-10-29 13:26:12.733 | Error on exit
2014-10-29 13:26:12.733 | + [[ -z /opt/stack/logs ]]
2014-10-29 13:26:12.733 | + /home/mragupat/
2014-10-29 13:26:12.972 | + exit 1
Changed in glance: | |
assignee: | nobody → Fei Long Wang (flwang) |
With this local.conf:
https:/
My devstack being launched on a VM created by vagrant using:
This Vagrantfile:
https:/
This bootstrap-sh
https:/
This initrc:
https:/
this cloud_archive_
https:/
I reproduce the bug:
https:/
https:/
Changed in glance: | |
status: | Invalid → Confirmed |
I tried cherry-picking https:/
The issue remains unchanged.
I just updated my devstack (git pull), changed nothing in the configuration, and the issue just disappeared.
It seams like this issue happens from time to time since the bug was reported on 2014-10-29, not reproducible on 2014-10-30, reappeared on 2015-01-28 and disappeared again on 2015-02-03...
Changed in glance: | |
status: | Confirmed → Incomplete |
lakshmipathi (lakshmipathi-g) wrote : | #5 |
It appears again with kilo - I'm unable to figure it out.
Just tried this on my local env, I can't reproduce this issue with latest devstack version.