Files
tacker/doc/source/contributor/development.environment.rst
Nguyen Hai df04d16c70 Change tacker CLI to OpenStackClient CLI in docs
- tacker CLI is deprecated soon, so there is a need to change
tacker CLI to OSC CLI in the documentation.

- Update some commands related to Mistral.

Change-Id: I55932682fe0699da72b99f3b881df76f365b1f0a
Closes-Bug: #1783465
2018-07-25 04:44:57 +00:00

1.9 KiB

Setting Up a Development Environment

This page describes how to setup a working Python development environment that can be used in developing Tacker on Ubuntu, Fedora or Mac OS X. These instructions assume you're already familiar with Git and Gerrit, which is a code repository mirror and code review toolset , however if you aren't please see this Git tutorial for an introduction to using Git and this guide for a tutorial on using Gerrit and Git for code contribution to Openstack projects.

If you want to be able to run Tacker in a full OpenStack environment, you can use the excellent DevStack project to do so. There is a wiki page that describes setting up Tacker using DevStack.

Getting the code

Grab the code:

git clone git://git.openstack.org/openstack/tacker.git
cd tacker