openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20808
glance-api and glance-registry startup error
Hi all,
I am new to openstack and I managed to get two servers to manage and
install openstack on debian distros.
I managed to install MySQL, keystone and glance. The later still causes
some headaches because this line keeps showing up in glance-api.log and
glance-registry.log :
2013-02-11 23:22:28 5440 ERROR eventlet.wsgi.server [-] SIGTERM or SIGINT
received
Any attempt to upload an image or list the empty list, results in this :
asaya@openstack0:~$ glance image-list
Unable to communicate with identity service: {"error": {"message": "Invalid
user / password", "code": 401, "title": "Not Authorized"}}. (HTTP 401)
When I try keystone commands, everything seems fine :
asaya@openstack0:~$ keystone --token xxxxx --endpoint
http://localhost:35357/v2.0 user-list
WARNING: Bypassing authentication using a token & endpoint (authentication
credentials are being ignored).
+----------------------------------+---------+---------+--------------------+
| id | name | enabled | email
|
+----------------------------------+---------+---------+--------------------+
| 50d3ab1c81df43bc9c38d86db13d00e5 | admin | True | admin@xxxxxxxxxx |
| e26e3f9d289c45da83753b2f0be28974 | cinder | True | cinder@xxxxxxxxxx |
| 85cb3c8e893147dba77f8f12c62fa54e | demo | True | demo@xxxxxxxxxx
|
| 1b46e2b9b8b948af93344ef0a7f11036 | glance | True | glance@xxxxxxxxxx |
| 377c160a261044ebbc00b23fa73b082d | nova | True | nova@xxxxxxxxxx
|
| 351d22cc54ca47a2a1338d365b988d17 | quantum | True | quantum@xxxxxxxxxx|
| d70ea92f124e4f39a5f05a4ca50c059e | swift | True | swift@xxxxxxxxxx |
+----------------------------------+---------+---------+--------------------+
asaya@openstack0:~$ keystone --token xxxxx --endpoint
http://localhost:35357/v2.0 tenant-list
WARNING: Bypassing authentication using a token & endpoint (authentication
credentials are being ignored).
+----------------------------------+--------------------+---------+
| id | name | enabled |
+----------------------------------+--------------------+---------+
| 5690876e82414117b80e64167a3ee3f8 | admin | True |
| 28be43a159854b43ae3b3bdcec3f266a | demo | True |
| 32dfe85ac79e4e6ba51faa4bca45e9b2 | invisible_to_admin | True |
| 4691c9362747415eb85fa47aac0ccc66 | service | True |
+----------------------------------+--------------------+---------+
Any help on this please?
Best regards,
Amine.
Follow ups