Re: [Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread Luis Gervaso
Hi, for example: (see on bold) ('tenant', 'add', *'1234'*), (This will have id = 1) *#2* Service Name:swift Type:object-store ('service', 'add',* 'swift'*, 'object-store', 'Swift-compatible service'), ('endpointTemplates', 'add', 'RegionOne', *'swift'*, 'http://swift.publici

Re: [Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread darkfower
hi, import keystone.manage DEFAULT_FIXTURE = [ # Tenants ('tenant', 'add', '1234'), ('tenant', 'add', 'ANOTHER:TENANT'), ('tenant', 'add', ''), ('tenant', 'disable', ''), # Users ('user', 'add', 'joeuser', 'secrete', '1234'), ('user', 'add', 'joeadmin', 'secrete',

Re: [Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread Luis Gervaso
Hi, Review your keystone configuration You have to create a service, then endpointTemplates asociated with the service, then a endpoint associated to your tenant So: 1. #keystone-manage service add nova 2. #keystone-manage endpointTemplates add RegionOne 1 . (1, is the id of my nova se

[Openstack] [openstack] dashboard + keystone error [ubuntu , diablo release]

2011-09-27 Thread darkfower
Hi, when i login dashboard , error : Unable to get usage info: Invalid service catalog service: nova ERROR:django_openstack.dash:ApiException in instance usage Traceback (most recent call last): File "/opt/openstack-dashboard/django-openstack/django_openstack/dash/views/instances.py", line