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:
parent
111da2a1d8
commit
f450937508
@ -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",
|
||||
}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user