0f8db9f754
In devstack settings we have pool-manager and zone-manager enabled by default. This causes conflict if a user wants to run designate plugin with worker and producer. This change replaces pool-manager and zone-manager with worker and producer in devstack settings. Closes-Bug: #1733992 Change-Id: Id96f1430d1091f2485099523fae499bde377e7e6 |
||
---|---|---|
.. | ||
designate_plugins | ||
gate | ||
upgrade | ||
exercise.sh | ||
networking_test_monitor_tc.sh | ||
networking_test.py | ||
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.
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin designate https://git.openstack.org/openstack/designate
run
stack.sh