From 91e2d61cf2e66ce55971b69f81c12de44edbe124 Mon Sep 17 00:00:00 2001
From: Petr Ruzicka <petr.ruzicka@gmail.com>
Date: Thu, 31 Jan 2019 23:44:06 +0100
Subject: [PATCH] Adding link to ../../contrib in README (#4097)

---
 contrib/terraform/openstack/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md
index bd619b992..abbac339c 100644
--- a/contrib/terraform/openstack/README.md
+++ b/contrib/terraform/openstack/README.md
@@ -109,6 +109,7 @@ Create an inventory directory for your cluster by copying the existing sample an
 $ cp -LRp contrib/terraform/openstack/sample-inventory inventory/$CLUSTER
 $ cd inventory/$CLUSTER
 $ ln -s ../../contrib/terraform/openstack/hosts
+$ ln -s ../../contrib
 ```
 
 This will be the base for subsequent Terraform commands.
-- 
GitLab