Files
kwapi/doc/source/contributing/source.rst
François Rossigneux 345e6d4a5e Add documentation and migrate to PBR.
Change-Id: I496965ddca3bfd140d82a81e8b1d83124e91f1ba
2013-07-26 22:45:25 +02:00

1.6 KiB

Working with the Source

Setting up a Development Sandbox

  1. Set up a server or virtual machine to run OpenStack using devstack.

  2. Clone the kwapi project to the machine:

    $ cd /opt/stack
    $ git clone https://github.com/stackforge/kwapi.git
    $ cd ./kwapi
  3. Once this is done, you need to setup the review process:

    $ git remote add gerrit ssh://<username>@review.openstack.org:29418/stackforge/kwapi.git
  4. If you are preparing a patch, create a topic branch and switch to it before making any changes:

    $ git checkout -b TOPIC-BRANCH

Code Reviews

Kwapi uses the OpenStack review process for all code and developer documentation contributions. Code reviews are managed through gerrit.