X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2dms%2Fdomain%2Fstates.py;fp=o2dms%2Fdomain%2Fstates.py;h=1f1b4348480d97c1ff1d064554d02c48ae65536f;hb=5143e92a36bd2142e04d0d80dbc60d68c3da03d7;hp=1c98d490831fb28142af59d639ba67c81e00ff4a;hpb=a6392b46c7b808b8adeede97c4dd69c5032e0d11;p=pti%2Fo2.git diff --git a/o2dms/domain/states.py b/o2dms/domain/states.py index 1c98d49..1f1b434 100644 --- a/o2dms/domain/states.py +++ b/o2dms/domain/states.py @@ -26,5 +26,5 @@ class NfDeploymentState(): Updating = 4 Uninstalling = 5 Abnormal = 6 - Deleted = 7 + Deleting = 7 # Aborting = 8