From 52846ffb3d89cda06589134b55f8db3285b487a4 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 9 Dec 2016 12:01:45 +1100 Subject: [PATCH] Add note about redundant file Change-Id: I45be20233dab35e58eb8a77309df184fe4415e9d --- zuul/launcher/ansiblelaunchserver.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zuul/launcher/ansiblelaunchserver.py b/zuul/launcher/ansiblelaunchserver.py index eeea8f8f51..5935c68aac 100644 --- a/zuul/launcher/ansiblelaunchserver.py +++ b/zuul/launcher/ansiblelaunchserver.py @@ -12,6 +12,13 @@ # License for the specific language governing permissions and limitations # under the License. +############################################################################ +# NOTE(jhesketh): This file has been superceeded by zuul/launcher/server.py. +# It is kept here to make merging master back into v3 easier. Once closer +# to completion it can be removed. +############################################################################ + + import json import logging import os