From c76feacebc57c8f6a9d7908cb7c311186144f09a Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Sat, 14 Nov 2015 02:20:43 +0900 Subject: [PATCH] Fix Example of net-config filename Example of net-config file is added by commit 0d42f01f68cbe4e480c51b63271bd3bdb41d8021, and file is assumed etc/murano/netconfig.yaml.sample in commit message. But netconfig.yaml.samle was added. This patch renames netconfig.yaml.samle to netconfig.yaml.sample. Change-Id: I9d86b95bc54e2b6d6124b699e9cf256aeb067efa Closes-Bug: #1515904 --- etc/murano/{netconfig.yaml.samle => netconfig.yaml.sample} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename etc/murano/{netconfig.yaml.samle => netconfig.yaml.sample} (100%) diff --git a/etc/murano/netconfig.yaml.samle b/etc/murano/netconfig.yaml.sample similarity index 100% rename from etc/murano/netconfig.yaml.samle rename to etc/murano/netconfig.yaml.sample