Fix tempest plugin cookicutter repo path

cookicutter expect ether git+<repo-url> or it has the
'git' in url, otherwise it give error
- http://paste.openstack.org/show/795952/

plugin cookicutter README is fine but tempest doc does
not mention about it and end up having error
- https://opendev.org/openstack/tempest-plugin-cookiecutter

Change-Id: Ifb12011ac901be57d49a6ae623a24a916837c07d
This commit is contained in:
Ghanshyam Mann 2020-07-15 13:38:42 -05:00
parent 6372ac2139
commit 0aa0636a09
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Plugin Cookiecutter
In order to create the basic structure with base classes and test directories In order to create the basic structure with base classes and test directories
you can use the tempest-plugin-cookiecutter project:: you can use the tempest-plugin-cookiecutter project::
> pip install -U cookiecutter && cookiecutter https://opendev.org/openstack/tempest-plugin-cookiecutter > pip install -U cookiecutter && cookiecutter https://opendev.org/openstack/tempest-plugin-cookiecutter.git
Cloning into 'tempest-plugin-cookiecutter'... Cloning into 'tempest-plugin-cookiecutter'...
remote: Counting objects: 17, done. remote: Counting objects: 17, done.