An open API service indexing awesome lists of open source software.

https://github.com/openstack/devstack-plugin-cookiecutter

Cookiecutter Template for new DevStack plugins. Mirror of code maintained at opendev.org.
https://github.com/openstack/devstack-plugin-cookiecutter

Last synced: about 1 year ago
JSON representation

Cookiecutter Template for new DevStack plugins. Mirror of code maintained at opendev.org.

Awesome Lists containing this project

README

          

============================
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.