Skip to content

Commit

Permalink
Merge pull request #17876 from mturley/expose-cluster-id-on-vms
Browse files Browse the repository at this point in the history
Expose ems_cluster_id on VMs for use in V2V OpenStack support
  • Loading branch information
agrare authored Aug 17, 2018
2 parents fa93766 + 9c7757c commit df69222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/transformation_mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def describe_vm(vm, reason)
"path" => vm.ext_management_system ? "#{vm.ext_management_system.name}/#{vm.parent_blue_folder_path(:exclude_non_display_folders => true)}" : '',
"allocated_size" => vm.allocated_disk_storage,
"id" => vm.id,
"ems_cluster_id" => vm.ems_cluster_id,
"reason" => reason
}
end
Expand Down

0 comments on commit df69222

Please sign in to comment.