-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Issue Description:
When provisioning something the User sees a resource follow these transitions:
ACCEPTED->PREPARING->PROVISIONING->READY.
When de-provisioning something the following transitions are followed:
DEPROVISION->DELETING->DELETED.
However when the transition for the following differs between v1 and v2.
PREPARING->PROVISIONING
v1: The DataPlane transitions the resource to PROVISIONING.
v2: PROVISIONING is assumed when the ControlPlane activities are complete.
DEPROVISION->DELETING
v1: The DataPlane transitions the resource to DELETING.
v2: DELETING is assumed when the ControlPlane activities are complete.
Acceptance Criteria:
When v2 status transitions occur are identical to those in v1.