From cd68f92b58f10348dae7d04655e7cb679a8f70e3 Mon Sep 17 00:00:00 2001 From: Andrew Widdersheim Date: Thu, 29 Dec 2016 14:34:58 -0500 Subject: [PATCH] Fix typo in multinode inventory Change-Id: If51465cb13e6054619b51672f1ecb7dd17d6f6a4 --- ansible/inventory/multinode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode index fca4335215..90835054d2 100644 --- a/ansible/inventory/multinode +++ b/ansible/inventory/multinode @@ -21,7 +21,7 @@ compute01 monitoring01 # When compute nodes and control nodes use different interfaces, -# you can specify "api_interface" and another interfaces like below: +# you can specify "api_interface" and other interfaces like below: #compute01 neutron_external_interface=eth0 api_interface=em1 storage_interface=em1 tunnel_interface=em1 [storage]