openstack-designate/devstack
Kiall Mac Innes e612a3974f Enable use of Pools YAML
This change adds the tooling to use the DB Tables created for pool
config data and the tooling to migrate the config info itself.

Change-Id: If99dbf527ef1ac0f05f15fe77f68f64e357fe0a5
2016-03-17 19:13:31 +00:00
..
designate_plugins Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
gate Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
plugin.sh Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
README.rst Add warning to devstack/README.rst 2016-03-07 17:02:15 +00:00
settings Enable use of Pools YAML 2016-03-17 19:13:31 +00:00

====================
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``