summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-07-15 13:38:42 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-07-15 13:42:07 -0500
commit0aa0636a09a59dab87e9b7755f15188691e25417 (patch)
treefaf812e8bfb9bcead2086719dcd74e0439aeb108 /doc
parent6372ac21394eee831cb2749c4f9072b1fec51a88 (diff)
downloadtempest-0aa0636a09a59dab87e9b7755f15188691e25417.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/plugins/plugin.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/plugins/plugin.rst b/doc/source/plugins/plugin.rst
index a9e205928..ab1b0b1f0 100644
--- a/doc/source/plugins/plugin.rst
+++ b/doc/source/plugins/plugin.rst
@@ -43,7 +43,7 @@ Plugin Cookiecutter
In order to create the basic structure with base classes and test directories
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'...
remote: Counting objects: 17, done.