mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-17 07:20:56 +00:00
Use API_WORKERS for all services, to make sure we are testing with at least 2 workers for every service. * Use API_WORKERS for all services. * Removed deprecated and removed settings for the worker. * Use enable_host_header is tests. Change-Id: Iba9ba655c47ee085a47ee98872437f07fdc3346c |
||
|---|---|---|
| .. | ||
| designate_plugins | ||
| gate | ||
| upgrade | ||
| exercise.sh | ||
| networking_test.py | ||
| networking_test_monitor_tc.sh | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
| statsd_mock_server.py | ||
====================
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``