← Back to team overview

openstack team mailing list archive

Re: No option fro creating and deleting users in openstack dashboard

 

Without information on how you installed keystone/horizon, I'm going to assume the most common problem: your local_settings.py file for Horizon is misconfigured/out of date. Particularly let me point out this section in the example file:

https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L69

Make sure you have that bit of code in the settings you're running with, as having that omitted (or setting "can_edit_user" to False) will cause exactly the behavior you describe.

Someday we'll be able to query this information from Keystone itself via the API, but for now we have to use a setting.

All the best,


-          Gabriel

From: openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of sarath zacharia
Sent: Saturday, July 14, 2012 11:24 PM
To: openstack@xxxxxxxxxxxxxxxxxxx
Subject: [Openstack] No option fro creating and deleting users in openstack dashboard

Hi,

         We installed the essex openstack for our cloud infrastructure with nova , keystone glance and dashboard .
But when we accessing the user tab in the dashboard there is no option for creating new user and deleting user and
we can create new project . In keystone there is two roles are  Admin and member roles.

Is there any other roles in Keystone for getting privilege to create new user through dashboard. and is it possible getting full screen vnc access through web browser ?

Thanking You
with regards

Sarath Zacharia

References