From 4ed4125a52c9bed8686936f6eb118b8e77f20e7d Mon Sep 17 00:00:00 2001 From: wangqi Date: Mon, 6 Aug 2018 07:44:40 +0000 Subject: [PATCH] Trivial: Fix the pep8 warning The yaml should start with "---" Change-Id: Ifbc274a96299e53eee8ae3652c69e5f6c3538f7f --- tasks/providers/nuage_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/providers/nuage_config.yml b/tasks/providers/nuage_config.yml index ff2ac887..781470dd 100644 --- a/tasks/providers/nuage_config.yml +++ b/tasks/providers/nuage_config.yml @@ -1,3 +1,4 @@ +--- # Copyright 2016 Nuage Networks # # Licensed under the Apache License, Version 2.0 (the "License"); you may