310eddd59b
Tobiko requires keystone admin endpoint to be created. It was disabled
to be created by default in Devstack by [1].
This patch forces this option to be enabled when tobiko is going to be
installed by devstack.
[1] b538b3267c
Change-Id: I62a25e3de2db8b0aab42eac34bc881822177db15
Enabling in Devstack
WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin devstack-plugin-tobiko https://opendev.org/x/devstack-plugin-tobiko
Tobiko require Heat to be enabled, so heat should be also enabled:
> cat local.conf [[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh