designate/devstack
Ritesh Anand 0f8db9f754 Enable worker and producer by default in devstack
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
2017-11-29 16:42:18 -08:00
..
designate_plugins Remove lowercase constarint for pgsql 2016-12-12 16:01:49 +00:00
gate Use generic user for both zuul v2 and v3 2017-10-17 13:45:44 +07:00
upgrade Fix broken grenade gate 2017-02-13 14:29:16 +00:00
README.rst Add warning to devstack/README.rst 2016-03-07 17:02:15 +00:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
networking_test.py Fix some reST field lists in docstrings 2017-04-26 18:12:51 +00:00
networking_test_monitor_tc.sh Integration/stress test using a simulated network 2016-05-17 17:52:30 +01:00
plugin.sh Merge "Implement policy in code (4)" 2017-10-25 16:43:24 +00:00
settings Enable worker and producer by default in devstack 2017-11-29 16:42:18 -08:00
statsd_mock_server.py Using sys.exit(main()) instead of main() 2016-09-26 03:23:44 +00:00

README.rst

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://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://git.openstack.org/openstack/designate
  3. run stack.sh