Openstack VM overview Horizon plugin
Project description
# 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file osvmoverview-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: osvmoverview-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.1.3 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6560ba501873dc69039a20ee3de75999142f7a019136ea32687d69b69ba4719 |
|
MD5 | acb92815515cf0c643b74bdd4b04683d |
|
BLAKE2b-256 | db28df3bcbebb11e176a189c79420eaea5188f124c594dbc3bea4fb9ce391f1e |