跳转到主要内容

Mistral仪表板

项目描述

团队和存储库标签

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

Mistral Dashboard

Mistral的Horizon插件。

安装说明

此说明假设Horizon已经安装,其安装目录为 <horizon>。有关如何安装Horizon的详细信息,请参阅 https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup

Mistral Dashboard的安装目录将被称为 <mistral-dashboard>。

以下操作将帮助您开始。将存储库克隆到您的本地OpenStack目录中

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

安装mistral-dashboard

$ sudo pip install -e <mistral-dashboard>

或者,如果您计划在虚拟环境中运行Horizon服务器(见下文)

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

然后

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

由于Mistral仅支持Identity v3,您必须确保仪表板在 <horizon>/openstack_dashboard/local/local_settings.py 文件中指向正确的 OPENSTACK_KEYSTONE_URL

OPENSTACK_API_VERSIONS = {
    "identity": 3,
}

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

此外,请确保您已将 OPENSTACK_HOST 更改为指向您的Keystone服务器,并检查所有端点均可访问。如果某些端点不可访问,您可能需要将 OPENSTACK_ENDPOINT_TYPE 更改为“publicURL”。

准备好后,您需要重新启动Apache

$ sudo service apache2 restart

或者运行开发服务器(如果您决定使用本地horizon)

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

Mistral-Dashboard调试说明

有关调试说明,请参阅 OpenStack Mistral故障排除

项目详情


发行历史 发行通知 | RSS订阅

下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分发

mistral-dashboard-19.0.0.tar.gz (64.0 kB 查看散列值)

上传

构建分发

mistral_dashboard-19.0.0-py3-none-any.whl (98.3 kB 查看散列值)

上传 Python 3

由以下机构支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面