Horizon dashboard +Compute Case Sensitive ? [closed]
It is Havana on Ubuntu 12.04 LTS. I installed keystone, glance,nova-network,compute in multi node setup.
- If I define the keystone service-create with 'type=compute'(c is lowercase), openstack dashboard login fails.
- If I define the keystone service-create with 'type=Compute'(c is upppercase), openstack dashboard login works.
Non-working : service-list | 9ac87e58734444d8a54eb1e1a4854385 | nova | compute | Nova Compute Service endpoint-list b2f71ea3b29245048031a1d2f4ccc1d1 | regionOne | http://192.168.72.100:8774/v2/%(tenant_id)s | http://192.168.72.100:8774/v2/%(tenant_id)s | http://192.168.72.100:8774/v2/%(tenant_id)s | 9ac87e58734444d8a54eb1e1a4854385
Now if try to login the Openstack dashboard it was throwing following error. [Tue Nov 05 12:08:21 2013] [error] raise exceptions.ServiceCatalogException(service_type) [Tue Nov 05 12:08:21 2013] [error] ServiceCatalogException: Invalid service catalog service: compute
Working :
Serivce List
| be0736158a18402989ea34f00e0b541f | nova | Compute | Second Nova Compute Service
Endpoit list
baa2c408147a4fa28f35168fce916a97 | regionOne | http://192.168.72.100:8774/v2/%(tenant_id)s | http://192.168.72.100:8774/v2/%(tenant_id)s | http://192.168.72.100:8774/v2/%(tenant_id)s | be0736158a18402989ea34f00e0b541f |
It looks like a bug to me. Did I miss something here ?