From e26fe6c9314119953d46a2d826259a15857bfa3b Mon Sep 17 00:00:00 2001 From: Saad Zaher Date: Thu, 13 Oct 2016 11:14:26 +0000 Subject: [PATCH] Added missing index repo_name Change-Id: Ic325b1385a1eb6e483da39f8441e11eb1eead3a4 --- cookiecutter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 359ad5e..502a80a 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,3 +1,4 @@ { - "service": "replace with the name for the devstack service" + "service": "replace with the name for the devstack service", + "repo_name": "replace with the name for the git repo" }