senlin/tools
tengqm 031293ffff Switch to use oslo.service
The 'oslo.service' has graduated now. We should switch to use it from
now on. Maintaining a copy of code we don't own is not fun.

Change-Id: I92372ae64ea6bb0a456b88218c1de91605377a19
2015-06-23 03:12:05 -04:00
..
README A small nit in tools README 2015-02-12 22:34:43 -05:00
config-generator.conf Switch to use oslo.service 2015-06-23 03:12:05 -04:00
gen-config Modified conf file path for config generation 2015-03-02 11:50:28 +08:00
gen_pot Update pot file with a script for future use 2015-05-07 00:39:09 -04:00
senlin-db-recreate Add db_sync to senlin-db-recreate 2015-04-20 03:27:45 -04:00
setup-service Delete domain option of 'user create' command 2015-05-25 18:54:37 +09:00

README

Files in this directory are general developer tools or examples of how
to do certain activities.

-----
Tools
-----

+ senlin-db-recreate
    - This script drops the Senlin database from mysql in the case of developer
      data corruption or erasing Senlin.
    - Users are expected to customize the 'MYSQL_ROOT_PW' and 'MYSQL_SENLIN_PW'
      according to their deployments