From baaeb49a66363105e4bfa2f485caf4627399b711 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Tue, 16 May 2023 10:50:55 +0200
Subject: [PATCH] small compatibility updates

---
 lso/routes/ip_trunk.py | 2 +-
 setup.py               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lso/routes/ip_trunk.py b/lso/routes/ip_trunk.py
index a16781e..dd3c5e8 100644
--- a/lso/routes/ip_trunk.py
+++ b/lso/routes/ip_trunk.py
@@ -58,7 +58,7 @@ def provision_ip_trunk(params: IPTrunkProvisioningParams) \
         'object': params.object,
         'commit_comment': f'IPtrunk '
                           f"{params.subscription['iptrunk']['geant_s_sid']} "
-                          f"({params.subscription['id']}) - "
+                          f"({params.subscription['subscription_id']}) - "
                           f'deployment of {params.object}'
     }
 
diff --git a/setup.py b/setup.py
index ecbc298..4f46d33 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ setup(
     version="0.1",
     author='GÉANT Orchestration & Automation Team',
     author_email='TBD',
-    description='Lightweight Ansible Runner Provioner',
+    description='Lightweight Service Orchestrator',
     url='https://gitlab.geant.org/goat/gap/lso',
     packages=find_packages(),
     install_requires=[
-- 
GitLab