diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-01-16 15:17:01 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-03-15 10:18:22 +0000 |
commit | d6d052a5f1ce0ae0f0debcbb11220fce1c1dfdc5 (patch) | |
tree | 13c6f43901458af1e66c1e149e43c324f2e19043 /requirements.txt | |
parent | ef50809c847aca4a198c89fb846eb44046036032 (diff) |
Add cleanup to sdc resources ondboarding step
Delete SDC resources on cleanup
Bump onapsdk requirements to 10.4.2
Issue-ID: INT-2193
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id9e51f07a9c91a02b67a87eb897a2a4d19fa6738
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3ff4276..ed997bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ cryptography==38.0.4 xtesting==0.91.0 avionix>=0.4.5 openstacksdk>=0.61.0 -onapsdk==10.4.1 +onapsdk==10.4.2 jinja2>3 kubernetes>=22.6.0 |