Skip to content

Commit

Permalink
Merge pull request #680 from AparnaKarve/osp_attribs_to_ids
Browse files Browse the repository at this point in the history
Rename the `osp_` attributes to reflect that they are id's
  • Loading branch information
michaelkro authored Oct 2, 2018
2 parents 2f099a6 + df55626 commit 6b04c84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const createMigrationPlans = (
vm_id: vmId,
pre_service: preMigration.includes(vmId),
post_service: postMigration.includes(vmId),
osp_security_group: ospInstanceProperties && ospInstanceProperties[vmId].osp_security_group_id,
osp_flavor: ospInstanceProperties && ospInstanceProperties[vmId].osp_flavor_id
osp_security_group_id: ospInstanceProperties && ospInstanceProperties[vmId].osp_security_group_id,
osp_flavor_id: ospInstanceProperties && ospInstanceProperties[vmId].osp_flavor_id
}));

return {
Expand Down

0 comments on commit 6b04c84

Please sign in to comment.