Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
GUI
dashboard
Commits
4e2ed4b5
Commit
4e2ed4b5
authored
5 years ago
by
Giuseppe Attardi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.rst
parent
2c91b6c5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+22
-13
22 additions, 13 deletions
README.rst
with
22 additions
and
13 deletions
README.rst
+
22
−
13
View file @
4e2ed4b5
OpenStack Dashboard
plugin for Consortium GARR
=====================================
=========
OpenStack Dashboard
Accounting plugin
=====================================
Horizon plugin that provides extra functionality for
the Consortium GARR cloud.
Horizon plugin that provides a tab to display accounting data for projects.
Installation
------------
----------------------
------------
1. Use pip to install the package on the server running Horizon.
2. Copy or link the files in `garr_horizon/enabled` to `openstack_dashboard/local/enabled`.
#. Install the package on the server running Horizon::
$ pip install git+ssh//git@git.garr.it/cloud/GUI/dashboard.git
#. Copy or link the files in `garr_horizon/enabled` to `openstack_dashboard/local/enabled`.
This step will cause the Horizon service to pick up the garr plugin when it starts.
3. Add extra settings variables to `local_settings.py`: `DATABASES`, `HASHING_ALGORITHM`,
`KEYSTONE_USER_PASS`. Check *Features* for more details.
#. Add extra settings variables to `local_settings.py`::
`DATABASES`
`HASHING_ALGORITHM`
`KEYSTONE_USER_PASS`.
Check *Features* for more details.
Features
---------
----------------
---------
**User CRUD**
User CRUD
.........
The plugin brovides CRUD operations on GARR users, using the same UI,
as the ones for Keystone users.
...
...
@@ -41,9 +49,10 @@ The following variables need to be added to `local_settings.py` in order to enab
For the `HASHING_ALGORITHM` the following values can be used: `pbkdf2_sha256`, `pbkdf2_sha1`, `sha1`, `md5`.
**Keystone User Creation**
Keystone User Creation
......................
GARR U
sers can be automatically created in Keystone by using the
Cloud u
sers can be automatically created in Keystone by using the
`Create Keystone User` action or by customizing some of the fields,
when using `Create Custom Keystone User` action.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment