~gandelman-a/charms/precise/keystone/qa-testing

« back to all changes in this revision

Viewing changes to hooks/keystone-hooks

  • Committer: Adam Gandelman
  • Date: 2012-01-23 22:47:23 UTC
  • Revision ID: adamg@canonical.com-20120123224723-ira8osoygnz8rz3p
Add readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    # to add databsae sync
42
42
    execute("rm -rf /var/lib/keystone/keystone.db")
43
43
    execute("keystone-manage database sync")
 
44
    execute("sleep 10")
44
45
    execute("service keystone start", echo=True)
45
46
    ensure_initial_admin(config)
46
47