On 07/09/2014 11:26 AM, Dat Tran wrote: > Thank matt! > > But, I have a error: ERROR: Could not find Sahara endpoint in catalog you do have to setup sahara to be in the keystone service catalog, something like step 4 from, docs.openstack.org/developer/sahara/horizon/installation.guide.html#sahara-dashboard-installation keystone service-create --name sahara --type data_processing \ --description "Sahara Data Processing" keystone endpoint-create --service sahara --region RegionOne \ --publicurl "http://10.0.0.2:8386/v1.1/%(tenant_id)s" \ --adminurl "http://10.0.0.2:8386/v1.1/%(tenant_id)s" \ --internalurl "http://10.0.0.2:8386/v1.1/%(tenant_id)s" best, matt