From b0439c67b122495336777a51ed2f3d19642086de Mon Sep 17 00:00:00 2001
From: "wu.chunyang" <wuchunyang@yovole.com>
Date: Tue, 13 Oct 2020 22:54:31 +0800
Subject: [PATCH] fix a typo in global.yml

trivial fix

Change-Id: Id6f06bb746fd211a58692c58540c7fd6eef20002
---
 etc/kolla/globals.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index 804f6eb7c8..1867f5a429 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -740,7 +740,7 @@
 # - subnet
 # The subnet parameter has the following supported parameters:
 # - allocation_pool_start (optional)
-# - allocation_pool_start (optional)
+# - allocation_pool_end (optional)
 # - cidr
 # - enable_dhcp (optional)
 # - gateway_ip (optional)