Actions
Bug #26442
closedThe deleted additional disk from Foreman is being created in VM in GCE
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The deleted additional disk from Foreman UI is getting created for VM provisioned on GCE.
Steps:
---------
1. Create GCE CR.
2. Create an image in Foreman using GCE images.
3. Attempt to provision a VM with the above image, but -
4. While provisioning a VM, first assign an additional disk to the VM and quickly remove it(before provisioning).
5. Complete the VM provisioning from Foreman.
Actual Behavior:
---------------------
The VM is provisioned with the additional disk, even though we have not requested it(requested first but then deleted).
Expected Behavior:
---------------------
The VM is provisioned 'without' the additional disk, as we have not requested for it.
Actions