specs-cookiecutter/cookiecutter.json
Matthew Treinish f450937508 Add new project_name variable to cookiecutter
This commit adds a new cookiecutter variable to specify the targeted
lp project that specs in the added repo are targetted against. For
example if the repo_name was nova-specs project_name would be nova
or for qa-specs it would be tempest.
2014-03-26 15:00:27 -04:00

8 lines
356 B
JSON

{
"module_name": "replace with the name of the python module",
"repo_group": "openstack",
"repo_name": "replace with the name for the git repo",
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package."
"project_name": "replace with the lp project used for the specs in the repo",
}