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
This commit is contained in:
parent
ee38716d16
commit
68e7f1245b
@ -20,7 +20,7 @@ Role Variables
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
git_root: The base location for cloned git repositories. This defaults to
|
git_root: The base location for cloned git repositories. This defaults to
|
||||||
"/tmp".
|
"/opt/stack".
|
||||||
|
|
||||||
ironicclient_git_url: URL for ironicclient, defaults to:
|
ironicclient_git_url: URL for ironicclient, defaults to:
|
||||||
https://git.openstack.org/openstack/python-ironicclient
|
https://git.openstack.org/openstack/python-ironicclient
|
||||||
|
Loading…
Reference in New Issue
Block a user