Last updated:
0 purchases
osvmoverview 1.0.0
# Openstack VM Overview
## Horizon setup
in local_settings add:
OPENSTACK_SERVICE_OVERVIEW={“url”: “http://127.0.0.1:9999/”}
and install osvmoverview package on Horizon server (with same python environement)
Package needs Django and horizon packages, but as it is a plugin for horizon, this is not specified as a requirement.
## Backend server
Execute service:
gunicorn -p 127.0.0.1:9999 server:app
(needs flask, gunicorn and nova api client)
or Docker image
Needed env variables for server:
OS_AUTH_URL
OS_USERNAME
OS_PASSWORD
OS_USER_DOMAINID
OS_PROJECT_ID
User must be admin
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.