8520b4dd56
Based on cinder commit 55b2f349514fce1ffde5fd2244cfc26d7daad6a6 The new file was generated by oslopolicy-sample-generator. nova uses policy-in-code now, so there is a lot of differences. Sorted version diff is http://paste.openstack.org/show/628744/ Removed policies are: backup:backup-export consistencygroup:create consistencygroup:create_cgsnapshot consistencygroup:delete consistencygroup:delete_cgsnapshot consistencygroup:get consistencygroup:get_all consistencygroup:get_all_cgsnapshots consistencygroup:get_cgsnapshot consistencygroup:update default volume:get_volume_admin_metadata volume_extension:replication:promote volume_extension:replication:reenable volume_extension:types_extra_specs Horizon still uses consistency group panel, so the removed policies related to consistency group are still required. They are added as cinder_policy.d/consistencygroup.json. Change-Id: I3292fae2b9d2b368954bfbaa19df391d3860bdfe |
||
---|---|---|
doc/source | ||
horizon | ||
openstack_auth | ||
openstack_dashboard | ||
releasenotes | ||
tools | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.zuul.yaml | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test-shim.js | ||
tox.ini |
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.
- Release management: https://launchpad.net/horizon
- Blueprints and feature specifications: https://blueprints.launchpad.net/horizon
- Issue tracking: https://bugs.launchpad.net/horizon
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