From 9ca583d984afa17d45cbaa7cf21da6a319c0761c Mon Sep 17 00:00:00 2001
From: SataQiu <qiushida@beyondcent.com>
Date: Fri, 12 Oct 2018 15:53:30 +0800
Subject: [PATCH] fix typo

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

diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md
index 1b49603c9..bc49e2c84 100644
--- a/contrib/terraform/openstack/README.md
+++ b/contrib/terraform/openstack/README.md
@@ -421,7 +421,7 @@ kubectl version
 
 If you are using floating ip addresses then you may get this error:
 ```
-Unable to connect to the server: x509: certificate is valid for 10.0.0.6, 10.0.0.6, 10.233.0.1, 127.0.0.1, not 132.249.238.25
+Unable to connect to the server: x509: certificate is valid for 10.0.0.6, 10.233.0.1, 127.0.0.1, not 132.249.238.25
 ```
 
 You can tell kubectl to ignore this condition by adding the
-- 
GitLab