CORD-1172: Brought metronet-local service over to xproto

Change-Id: Idef179d1a92c17c759452ac11cdcefa2bfa2de4c
diff --git a/xos/attic/header.py b/xos/attic/header.py
new file mode 100644
index 0000000..2e7d94d
--- /dev/null
+++ b/xos/attic/header.py
@@ -0,0 +1,10 @@
+# models.py -  VNOD Local Service
+
+from django.db import models
+from django.db.models import *
+from core.models import Service
+from core.models import PlCoreBase
+
+VNODLOCAL_KIND = "vnodlocal"
+SERVICE_NAME = 'vnodlocal'
+