mistral-dashboard


Namemistral-dashboard JSON
Version 19.0.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/mistral/latest/
SummaryMistral dashboard
upload_time2024-10-02 11:12:34
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/mistral-dashboard.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

=================
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
<https://docs.openstack.org/mistral/latest/contributor/troubleshooting.html>`_




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/mistral/latest/",
    "name": "mistral-dashboard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/a0/61/456e9d5c6e21fece7c0993d0132d275bf2d15a7ecfca5c583d269ed92173/mistral-dashboard-19.0.0.tar.gz",
    "platform": null,
    "description": "========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/mistral-dashboard.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\n=================\nMistral Dashboard\n=================\n\nHorizon plugin for Mistral.\n\nSetup Instructions\n==================\nThis instruction assumes that Horizon is already installed and it's installation\nfolder is <horizon>. Detailed information on how to install Horizon can be\nfound at https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup.\n\nThe installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.\n\nThe following should get you started. Clone the repository into your local\nOpenStack directory::\n\n    $ git clone https://opendev.org/openstack/mistral-dashboard.git\n\nInstall mistral-dashboard\n\n    $ sudo pip install -e <mistral-dashboard>\n\nOr if you're planning to run Horizon server in a virtual environment (see below):\n\n    $ tox -evenv -- pip install -e ../mistral-dashboard/\n\nand then\n\n    $ cp -b <mistral-dashboard>/mistraldashboard/enabled/_50_mistral.py <horizon>/openstack_dashboard/local/enabled/_50_mistral.py\n\nSince Mistral only supports Identity v3, you must ensure that the dashboard\npoints the proper OPENSTACK_KEYSTONE_URL in <horizon>/openstack_dashboard/local/local_settings.py file::\n\n    OPENSTACK_API_VERSIONS = {\n        \"identity\": 3,\n    }\n\n    OPENSTACK_KEYSTONE_URL = \"http://%s:5000/v3\" % OPENSTACK_HOST\n\nAlso, make sure you have changed OPENSTACK_HOST to point to your Keystone\nserver and check all endpoints are accessible. You may want to change\nOPENSTACK_ENDPOINT_TYPE to \"publicURL\" if some of them are not.\n\nWhen you're ready, you would need to either restart your apache::\n\n    $ sudo service apache2 restart\n\nor run the development server (in case you have decided to use local horizon)::\n\n    $ cd ../horizon/\n    $ tox -evenv -- python manage.py runserver\n\nMistral-Dashboard Debug Instructions\n------------------------------------\n\nFor debug instructions refer to `OpenStack Mistral Troubleshooting\n<https://docs.openstack.org/mistral/latest/contributor/troubleshooting.html>`_\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Mistral dashboard",
    "version": "19.0.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/mistral/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74bfdd2b7be2ed7f58fd0312d5d1a075781b5de1d3dc16bb15ee2d3efbb77ef4",
                "md5": "0cf22c2adc61659650cda98b9c8eb536",
                "sha256": "ad06df990ec20c0a1c00555bed52e692b79ce0567d26bf582638eb42a7502063"
            },
            "downloads": -1,
            "filename": "mistral_dashboard-19.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cf22c2adc61659650cda98b9c8eb536",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 98323,
            "upload_time": "2024-10-02T11:12:33",
            "upload_time_iso_8601": "2024-10-02T11:12:33.270150Z",
            "url": "https://files.pythonhosted.org/packages/74/bf/dd2b7be2ed7f58fd0312d5d1a075781b5de1d3dc16bb15ee2d3efbb77ef4/mistral_dashboard-19.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a061456e9d5c6e21fece7c0993d0132d275bf2d15a7ecfca5c583d269ed92173",
                "md5": "89eb577789a17e0143505b79d4324f81",
                "sha256": "6695ebe49293e15d3ddb9609e1de5b98b9f3033f4c87f650f43086074e3c7dab"
            },
            "downloads": -1,
            "filename": "mistral-dashboard-19.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "89eb577789a17e0143505b79d4324f81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 63982,
            "upload_time": "2024-10-02T11:12:34",
            "upload_time_iso_8601": "2024-10-02T11:12:34.497084Z",
            "url": "https://files.pythonhosted.org/packages/a0/61/456e9d5c6e21fece7c0993d0132d275bf2d15a7ecfca5c583d269ed92173/mistral-dashboard-19.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 11:12:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mistral-dashboard"
}
        
Elapsed time: 1.01964s