Files
designate/devstack
Jens Harbott c2b8ddd05b Copy all dashboard panel files in devstack install
There are four files now, copy all of them.

Change-Id: I80e7c6c7879d2089e5db8b6e37716b7f951434d3
2017-10-20 07:44:55 +00:00
..
2017-02-13 14:29:16 +00:00
2016-03-07 17:02:15 +00:00
2017-09-13 10:26:16 -06: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