Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

osvmoverview-1.0.0-py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page