[SEBA-478] Renaming xos_services in xos-services

Change-Id: I6d2a50bc92fda0fd39183ff0f12fc1a5d97faf81
diff --git a/lib/xos-migrate/xosmigrate/main.py b/lib/xos-migrate/xosmigrate/main.py
index 8d76197..562ee38 100644
--- a/lib/xos-migrate/xosmigrate/main.py
+++ b/lib/xos-migrate/xosmigrate/main.py
@@ -290,7 +290,7 @@
     action="append",
     required=True,
     dest="service_names",
-    help="The name of the folder containing the service in cord/orchestration/xos_services"
+    help="The name of the folder containing the service in cord/orchestration/xos-services"
 )
 
 pathgroup = parser.add_mutually_exclusive_group()
diff --git a/lib/xos-synchronizer/xos-synchronizer-tests/test_diffs.py b/lib/xos-synchronizer/xos-synchronizer-tests/test_diffs.py
index 9e0b9d9..20a46d5 100644
--- a/lib/xos-synchronizer/xos-synchronizer-tests/test_diffs.py
+++ b/lib/xos-synchronizer/xos-synchronizer-tests/test_diffs.py
@@ -23,7 +23,7 @@
 test_path = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
 sync_lib_dir = os.path.join(test_path, "..", "xossynchronizer")
 xos_dir = os.path.join(test_path, "..", "..", "..", "xos")
-services_dir = os.path.join(xos_dir, "../../xos_services")
+services_dir = os.path.join(xos_dir, "../../xos-services")
 
 
 class TestDiffs(unittest.TestCase):
diff --git a/lib/xos-synchronizer/xossynchronizer/mock_modelaccessor_build.py b/lib/xos-synchronizer/xossynchronizer/mock_modelaccessor_build.py
index 1db6f26..600edd0 100644
--- a/lib/xos-synchronizer/xossynchronizer/mock_modelaccessor_build.py
+++ b/lib/xos-synchronizer/xossynchronizer/mock_modelaccessor_build.py
@@ -116,7 +116,7 @@
             raise Exception("Failed to autodiscovery repository tree")
 
     xos_dir = os.path.join(orchestration_dir, "xos", "xos")
-    services_dir = os.path.join(orchestration_dir, "xos_services")
+    services_dir = os.path.join(orchestration_dir, "xos-services")
 
     service_xprotos = []
     for (service_name, xproto_name) in services: