Skip to content

Commit

Permalink
Merge pull request #1401 from ish-hcc/openstack_vmspec_more
Browse files Browse the repository at this point in the history
OpenStack: Remove a wrong key-value in VMSpec
  • Loading branch information
powerkimhub authored Dec 19, 2024
2 parents 11d48fc + 14721a6 commit 4d71f4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func setterVMSpec(region string, vmSpec flavors.Flavor) *irs.VMSpecInfo {
{Key: "Swap (MB)", Value: strconv.Itoa(vmSpec.Swap)},
{Key: "Ephemeral Disk (GB)", Value: strconv.Itoa(vmSpec.Ephemeral)},
{Key: "IsPublic", Value: strconv.FormatBool(vmSpec.IsPublic)},
{Key: "Description", Value: strconv.FormatBool(vmSpec.IsPublic)},
},
}

Expand Down

0 comments on commit 4d71f4e

Please sign in to comment.