Comment 5 for bug 1061736

Revision history for this message
Ananth (ananth-vit) wrote :

Hi,

I have installed and configured keystone. While I am trying to upload the cloud image in glance, it throws this error below. Could you please help?

[root@01HW449192A images]# glance image-create --name myFirstImage --is-public t
rue --container-format bare --disk-format qcow2 < cirros-0.3.0-x86_64-disk.img
No handlers could be found for logger "keystoneclient.v2_0.client"
Authorization Failed: An unexpected error prevented the server from fulfilling y
our request. 'NoneType' object has no attribute 'replace' (HTTP 500)

For your reference, these are the values in the endpoin table in the keystone database:
| bec65520d76f4a17aa211feab017b6a4 | RegionOne | 1a41e585cf49454f994bdb9ef2a6d25f | {"adminurl": "http://172.25.154.67:8774/v2/39012ceb86cc48e8b9a021805ee46265s", "internalurl": "http://172.25.154.67:8774/v2/39012ceb86cc48e8b9a021805ee46265s", "publicurl": null} |
| 574564eeaa254c3d987662c8f86ade96 | RegionOne | 18500b330c6846ff8389cb30de3bbfd0 | {"adminurl": "http://172.25.154.67:8776/v1/39012ceb86cc48e8b9a021805ee46265s", "internalurl": "http://172.25.154.67:8776/v1/39012ceb86cc48e8b9a021805ee46265s", "publicurl": null} |
| ab50ea4550514a0c839b0811297a6993 | RegionOne | 40b57641ab8a424e815ecac6ceb00e2e | {"adminurl": "http://172.25.154.67:9292/v2", "internalurl": "http://172.25.154.67:9292/v2", "publicurl": null} |
| 56e7300cb48448f79f8d8cc0501e94f5 | RegionOne | 0561eba8c25048148ccfc34d7a4b23dc | {"adminurl": "http://172.25.154.67:35357/v2.0", "internalurl": "http://172.25.154.67:5000/v2.0", "publicurl": null} |
| 5070d47b2f2b47729fc75902225e4a89 | RegionOne | c58acfdec97a403381a4bb0529863433 | {"adminurl": "http://172.25.154.67:8773/services/Admin", "internalurl": "http://172.25.154.67:8773/services/Cloud", "publicurl": null} |

Thank you.