Fix Vitrage ID specs

Change-Id: Iba121155e184fc768c84922bfb92a2f2f88522d7
This commit is contained in:
Dan Offek 2017-06-13 08:48:37 +00:00
parent f6b3826f8a
commit 38b6fb74a6

View File

@ -41,8 +41,11 @@ Template IDs should be changed back from a calculated String to generated uuid,
Datasources:
- key / value tests : fix field names.
- Transformers: Instead of the current neighbor Vitrage ID, generate UUID. It will be dropped at a later stage in the processor, in case the entity already exists in the Graph.
- Processor: Checking if an entity exists in the graph: The entity is currently queried in the Graph according to its Vitrage ID. Instead, it will be queried according to the parameters set. If the entity exists, its original Vitrage ID will be used. Otherwise, the newly generated vitrage ID is used.
- Transformers: No change is needed in the Transformers.
- Processor: Checking if an entity exists in the graph: The entity is currently queried in the
Graph according to its Vitrage ID. Instead, it will be queried according to the parameters set.
If the entity exists, its original Vitrage ID will be used. Otherwise, a new UUID will be
generated for vitrage ID via openstack UUIDUtils' generate_uuid.
Update all necessary tests.