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.
This commit is contained in:
Matthew Treinish 2014-03-26 15:00:27 -04:00
parent 111da2a1d8
commit f450937508
2 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@
"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",
}

View File

@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/{{ cookiecutter.repo_name }}
https://bugs.launchpad.net/{{ cookiecutter.project_name }}