Hi,
have you configured glance to use Keystone?
Can you show us glance configuration files?
thanks,
Razique Mahroua - Nuage & Co
Tel : +33 9 72 37 94 15


Le 11 févr. 2013 à 23:39, Mohammed Amine SAYA <asaya.openst...@gmail.com> a écrit :

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  |  ad...@domain.com  |
| e26e3f9d289c45da83753b2f0be28974 |  cinder |   True  | cin...@domain.com  |
| 85cb3c8e893147dba77f8f12c62fa54e |   demo  |   True  |  d...@domain.com   |
| 1b46e2b9b8b948af93344ef0a7f11036 |  glance |   True  | gla...@domain.com  |
| 377c160a261044ebbc00b23fa73b082d |   nova  |   True  |  n...@domain.com   |
| 351d22cc54ca47a2a1338d365b988d17 | quantum |   True  | quan...@domain.com |
| d70ea92f124e4f39a5f05a4ca50c059e |  swift  |   True  |  sw...@domain.com  |
+----------------------------------+---------+---------+--------------------+
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.
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to