Cookiecutter Template for new DevStack plugins
Go to file
Ghanshyam Mann 65c498db14 [ussuri][goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html
Story: #2007236
Task: #38554

Change-Id: I8b5cfd50c5faa34fd0428040b5df6f5456d4a054
2020-04-20 19:23:17 -05:00
{{cookiecutter.repo_name}}/devstack Initial commit 2015-03-25 12:56:46 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:28 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-04-20 19:23:17 -05:00
LICENSE Initial commit 2015-03-25 12:56:46 -04:00
README.rst Initial commit 2015-03-25 12:56:46 -04:00
cookiecutter.json Added missing index repo_name 2016-10-13 11:14:59 +00:00

README.rst

devstack-plugin-cookiecutter

Cookiecutter template for an OpenStack devstack plugin. See https://github.com/audreyr/cookiecutter.

  • Free software: Apache license

This cookiecutter template will create a devstack plugin directory within an existing repo. For information on devstack plugins, see http://docs.openstack.org/developer/devstack/plugins.html

Usage

To use, cd into the project directory then run:

cookiecutter https://git.openstack.org/openstack-dev/devstack-plugin-cookiecutter.git

You will be prompted for the name of the devstack service to use.