Mistral仪表板
项目描述
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故障排除
项目详情
mistral-dashboard-19.0.0.tar.gz 的散列值
算法 | 散列摘要 | |
---|---|---|
SHA256 | 6695ebe49293e15d3ddb9609e1de5b98b9f3033f4c87f650f43086074e3c7dab |
|
MD5 | 89eb577789a17e0143505b79d4324f81 |
|
BLAKE2b-256 | a061456e9d5c6e21fece7c0993d0132d275bf2d15a7ecfca5c583d269ed92173 |
mistral_dashboard-19.0.0-py3-none-any.whl 的散列值
算法 | 散列摘要 | |
---|---|---|
SHA256 | ad06df990ec20c0a1c00555bed52e692b79ce0567d26bf582638eb42a7502063 |
|
MD5 | 0cf22c2adc61659650cda98b9c8eb536 |
|
BLAKE2b-256 | 74bfdd2b7be2ed7f58fd0312d5d1a075781b5de1d3dc16bb15ee2d3efbb77ef4 |