Fix the DB impact to add the "downloading" field

Add data model impact for `downloading` field to count
the num of conductors downloading VNF packages.

Implements: blueprint support-multi-conductors-onboarding
Change-Id: I62d225bc74dde9c15267898f72893d4f11b8f6a0
This commit is contained in:
Masaki Oyama 2023-03-01 13:02:48 +00:00
parent db50d2d634
commit 976b5dc034
1 changed files with 14 additions and 1 deletions

View File

@ -524,7 +524,20 @@ to download onboarded VNF package to its local file system.
Data model impact
-----------------
None
The `downloading` field is added to `VnfPackage` table.
This field counts the number of conductors downloading VNF packages
to determine whether all conductors could download or not.
* | **Table**: VnfPackage
.. list-table::
:header-rows: 1
:widths: 18 10
* - Name
- Type
* - downloading
- int
REST API impact
---------------