Cookiecutter Template for new DevStack plugins
Go to file
Saad Zaher e26fe6c931 Added missing index repo_name
Change-Id: Ic325b1385a1eb6e483da39f8441e11eb1eead3a4
2016-10-13 11:14:59 +00:00
{{cookiecutter.repo_name}}/devstack Initial commit 2015-03-25 12:56:46 -04:00
.gitreview Added .gitreview 2015-03-18 20:15:18 +00:00
CONTRIBUTING.rst Improve CONTRIBUTING.rst for clarity 2015-05-16 13:12:09 +00:00
cookiecutter.json Added missing index repo_name 2016-10-13 11:14:59 +00:00
LICENSE Initial commit 2015-03-25 12:56:46 -04:00
README.rst Initial commit 2015-03-25 12:56:46 -04:00

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.