mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-16 23:11:37 +00:00
Devstack has removed support for suse[1], so we need to remove our usage of functions from devstack that no longer exist (is_suse). [1] https://review.opendev.org/c/openstack/devstack/+/871641 Change-Id: Ib136de0ee6cf5884918a29abd8b281d3b4cccf85 |
||
|---|---|---|
| .. | ||
| designate_plugins | ||
| files | ||
| gate | ||
| lib | ||
| upgrade | ||
| exercise.sh | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
====================
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.
1. Download DevStack::
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin designate https://opendev.org/openstack/designate
3. run ``stack.sh``