Go to file
Shu Muto e20882d3b3 Support can_edit_user and can_edit_role settings in Angularized panels
The actions on Angularized users panel and roles panel does not support
following setting.

OPENSTACK_KEYSTONE_BACKEND = {
    'can_edit_user': True,
    'can_edit_role': True,
}

This patch enables to support these settings.

To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into
'REST_API_REQUIRED_SETTINGS' setting.

Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b
Closes-Bug: #1779268
2018-07-18 11:25:31 +09:00
2018-06-26 08:12:41 +00:00
2018-06-08 12:22:10 +00:00
2018-06-08 12:22:10 +00:00
2017-03-17 19:38:47 +00:00
2017-11-13 10:14:05 +00:00
2018-06-19 11:55:29 +09:00
2017-05-30 13:34:43 +00:00
2018-06-21 22:30:16 +09:00

Horizon (OpenStack Dashboard)

Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. The openstack_dashboard module is a reference implementation of a Django site that uses the horizon app to provide web-based interactions with the various OpenStack projects.

image

Using Horizon

See doc/source/install/index.rst about how to install Horizon in your OpenStack setup. It describes the example steps and has pointers for more detailed settings and configurations.

It is also available at Installation Guide.

Getting Started for Developers

doc/source/quickstart.rst or Quickstart Guide describes how to setup Horizon development environment and start development.

Building Contributor Documentation

This documentation is written by contributors, for contributors.

The source is maintained in the doc/source directory using reStructuredText and built by Sphinx

To build the docs, use:

$ tox -e docs

Results are in the doc/build/html directory

Description
OpenStack Dashboard (Horizon)
Readme 336 MiB
Languages
Python 63.2%
JavaScript 28.6%
HTML 6.6%
SCSS 1.5%