c820d6f365
For python3, `python-nose` has been changed to `python3-nose` in Ubuntu Jammy Jellyfish. This change is to update the package name to avoid an error on exit. Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> Change-Id: I4c21b6527f37918397f7fb425075eb6c07534237 |
||
---|---|---|
.. | ||
files | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Mistral in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:> cat local.conf [[local|localrc]] enable_plugin mistral https://github.com/openstack/mistral To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:: enable_plugin mistral https://github.com/openstack/mistral stable/pike
run
stack.sh