lib/kitchen/driver/oci/models/compute.rb in kitchen-oci-1.20.0 vs lib/kitchen/driver/oci/models/compute.rb in kitchen-oci-1.21.0
- old
+ new
@@ -105,10 +105,11 @@
OCI::Core::Models::CreateBootVolumeDetails.new(
source_details: OCI::Core::Models::BootVolumeSourceFromBootVolumeDetails.new(
id: config[:boot_volume_id]
),
display_name: boot_volume_display_name,
- compartment_id: oci.compartment
+ compartment_id: oci.compartment,
+ defined_tags: config[:defined_tags]
)
end
def boot_volume_display_name
"#{api.blockstorage.get_boot_volume(config[:boot_volume_id]).data.display_name} (Clone)"