From 68e7f1245ba75c7b4d69f65525d711319e721db8 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 5 Dec 2016 18:09:26 +0000 Subject: [PATCH] Fix git_root default in README for the role `bifrost-prep-for-install`, the README incorrectly states that default for `git_root` is "/tmp" while actually its `defaults/main.yml` has it as "/opt/stack". Change-Id: Ia6cb46f48ee265ee8aca8e87cda12886ca3ea0e4 --- playbooks/roles/bifrost-prep-for-install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/bifrost-prep-for-install/README.md b/playbooks/roles/bifrost-prep-for-install/README.md index f96275790..5c9ec2235 100644 --- a/playbooks/roles/bifrost-prep-for-install/README.md +++ b/playbooks/roles/bifrost-prep-for-install/README.md @@ -20,7 +20,7 @@ Role Variables -------------- git_root: The base location for cloned git repositories. This defaults to - "/tmp". + "/opt/stack". ironicclient_git_url: URL for ironicclient, defaults to: https://git.openstack.org/openstack/python-ironicclient