designate/devstack
Akihiro Motoki a54dade941 devstack: compile message catalogs during stack.sh
It is required to compile i18n message catalogs during stack.sh
to display translated messages appropriately.

Change-Id: Ic44d8d5b12be1a9128c871f223c9d8712b3205e1
2016-03-24 05:52:30 +09: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
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: compile message catalogs during stack.sh 2016-03-24 05:52:30 +09:00
settings Enable use of Pools YAML 2016-03-17 19:13:31 +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