Skip to content

Commit

Permalink
fix: i-ps -> ips
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu Xuan committed May 12, 2020
1 parent 600226f commit b0b45c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcclient/modules/mod_reservedips.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
ReservedIPs ReservedIPManager
)

func (this *ReservedIPManager) DoBatchReleaseReservedIPs(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error) {
func (this *ReservedIPManager) DoBatchReleaseReservedIps(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error) {
// params format:
// {
// "ips": ["1.2.3.4", "1.1.1.1"],
Expand Down

0 comments on commit b0b45c4

Please sign in to comment.