I'm working through the trunk documentation for setting up Essex and have run into a problem I cannot seem to find a resolution for. The error I get in the terminal is:<br><br>localadmin@cloud002:/tmp/images$ glance add name="tty-linux-kernel" disk_format=aki container_format=aki < ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz <br>
Uploading image 'tty-linux-kernel'<br>Failed to add image. Got error:<br>The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage.<br>Note: Your image metadata may still be in the registry, but the image's status will likely be 'killed'.<br>
=======================================================================================================[100%] 41.7M/s, ETA  0h  0m  0s<br><br>The corresponding error in the /var/log/glance/api.log file points to an authentication error of some sort:<br>
<br>2012-04-17 10:24:40 1080  WARNING [keystone.middleware.auth_token] Unexpected response from keystone service: {u'error': {u'message': u'Invalid user / password', u'code': 401, u'title': u'Not Authorized'}}<br>
2012-04-17 10:24:40 1080 CRITICAL [keystone.middleware.auth_token] Unable to obtain admin token: invalid json response<br><br>I've triple-checked the username and password I've specified in the /home/localadmin/openrc file are accurate. I haven't skipped any portions of the documentation to this point and I managed to get both glance-api and glance-registry working after fixing the formatting errors currently in the documentation. I can also confirm the adminUser is setup with the curl command specified in the documentation.<br>
<br>        "user": {<br>            "id": "99212097922e497a9b026dc9abcc1f3b", <br>            "name": "adminUser", <br>            "roles": [<br>                {<br>
                    "id": "086a76b6572c4a88b3cc263952fad94e", <br>                    "name": "admin"<br>                }<br>            ], <br>            "roles_links": [], <br>
            "username": "adminUser"<br>        }<br><br>I would appreciate any assistance that could be offered. If I can get the full stack setup on the server today, I would be ecstatic. Thank you in advance.<br clear="all">

<br>-- <br>Chris Mutchler<br><a href="mailto:chris@leibnizcreations.com" target="_blank">chris@leibnizcreations.com</a><br>