Comment 2 for bug 1670561

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to craton (master)

Reviewed: https://review.openstack.org/443170
Committed: https://git.openstack.org/cgit/openstack/craton/commit/?id=109b4b6dd2ff3b66548f65b68de8d9535b426d49
Submitter: Jenkins
Branch: master

commit 109b4b6dd2ff3b66548f65b68de8d9535b426d49
Author: Sulochan Acharya <email address hidden>
Date: Wed Mar 8 15:18:14 2017 +0000

    Adds project/user bootstrap command to dbsync

    So far we have been using external mysql command
    to insert project/user to bootstrap the process.
    This caused much frustration since operators needed
    to insert records in the db. This patch adds commands
    to dbsync to allow creating project/users. This method
    also takes care of association_id.

    To initiate a bootstrap:
    craton-dbsync --config-file=craton.conf bootstrap

    which will create a project with a root user.

    Users using Dockerfile can look at docker logs
    after creating the container to find this info.

    Closes Bug: 1670561

    Change-Id: I9372961ca6623d530d7844b9f38aade544d961e8