designate/devstack
Kiall Mac Innes 6211b7d2e1 DevStack: Explicitly install libcap2-bin and don't fail without AA
Change-Id: I2806041fc798f17c49671143cfa63ac3780a1450
2016-03-17 00:14:24 +00:00
..
designate_plugins DevStack: Explicitly install libcap2-bin and don't fail without AA 2016-03-17 00:14:24 +00:00
gate Actually poll for zone deletes 2016-02-16 22:30:37 +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
plugin.sh DevStack: Explicitly install libcap2-bin and don't fail without AA 2016-03-17 00:14:24 +00:00
settings Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01: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