Skip to main content

Mistral dashboard

Project description

Team and repository tags

https://governance.openstack.org/tc/badges/mistral-dashboard.svg

Mistral Dashboard

Horizon plugin for Mistral.

Setup Instructions

This instruction assumes that Horizon is already installed and it’s installation folder is <horizon>. Detailed information on how to install Horizon can be found at https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup.

The installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.

The following should get you started. Clone the repository into your local OpenStack directory:

$ git clone https://opendev.org/openstack/mistral-dashboard.git

Install mistral-dashboard

$ sudo pip install -e <mistral-dashboard>

Or if you’re planning to run Horizon server in a virtual environment (see below):

$ tox -evenv – pip install -e ../mistral-dashboard/

and then

$ cp -b <mistral-dashboard>/mistraldashboard/enabled/_50_mistral.py <horizon>/openstack_dashboard/local/enabled/_50_mistral.py

Since Mistral only supports Identity v3, you must ensure that the dashboard points the proper OPENSTACK_KEYSTONE_URL in <horizon>/openstack_dashboard/local/local_settings.py file:

OPENSTACK_API_VERSIONS = {
    "identity": 3,
}

OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST

Also, make sure you have changed OPENSTACK_HOST to point to your Keystone server and check all endpoints are accessible. You may want to change OPENSTACK_ENDPOINT_TYPE to “publicURL” if some of them are not.

When you’re ready, you would need to either restart your apache:

$ sudo service apache2 restart

or run the development server (in case you have decided to use local horizon):

$ cd ../horizon/
$ tox -evenv -- python manage.py runserver

Mistral-Dashboard Debug Instructions

For debug instructions refer to OpenStack Mistral Troubleshooting

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 Distribution

mistral-dashboard-11.0.0.0rc1.tar.gz (57.9 kB view details)

Uploaded Source

Built Distribution

mistral_dashboard-11.0.0.0rc1-py3-none-any.whl (95.4 kB view details)

Uploaded Python 3

File details

Details for the file mistral-dashboard-11.0.0.0rc1.tar.gz.

File metadata

  • Download URL: mistral-dashboard-11.0.0.0rc1.tar.gz
  • Upload date:
  • Size: 57.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.8

File hashes

Hashes for mistral-dashboard-11.0.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 a997d2255c73403c4c6c12ebaf3a43ac788e3b0e5df8ec654ee7de647a61a94c
MD5 beca6a7c826b4c9b0310bc9a16be9bb9
BLAKE2b-256 eeb8b5110057b48e7d52f32c85ff30b4c05599654486e2d6ce1c2b3ae95cf490

See more details on using hashes here.

Provenance

File details

Details for the file mistral_dashboard-11.0.0.0rc1-py3-none-any.whl.

File metadata

  • Download URL: mistral_dashboard-11.0.0.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 95.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.8

File hashes

Hashes for mistral_dashboard-11.0.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 4a008e83a924825dd29db9b6395ef230afe12396fa6bfc8cd64f3da7f34ba1e2
MD5 2248828b1be08d5f88e36c4c077ceb6c
BLAKE2b-256 3caa339b61b6164e1a53af1168f17de6bc75501363fbcba0972fefb77f984f13

See more details on using hashes here.

Provenance

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