senlin/tools
tengqm c1d9ee8dca Migrate to oslo.policy
This patch removes the dependency to policy in oslo incubator because
oslo_policy has graduated.

Change-Id: I14966d1d3bd50a1e077a49c117e29230755ffb85
2015-04-09 11:30:29 -04:00
..
config-generator.conf Migrate to oslo.policy 2015-04-09 11:30:29 -04:00
gen-config Modified conf file path for config generation 2015-03-02 11:50:28 +08:00
README A small nit in tools README 2015-02-12 22:34:43 -05:00
senlin-db-recreate Fix setup scripts in tools folder 2015-04-09 00:35:18 +08:00
setup-service Fix setup scripts in tools folder 2015-04-09 00:35:18 +08:00

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