Skip to content

Commit

Permalink
Fixed listVPCs and deleteVPC commands
Browse files Browse the repository at this point in the history
  • Loading branch information
a1eef committed Aug 12, 2014
1 parent ef29140 commit ea9bf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cloudstack_ruby_client/client_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class Module
"createlbhealthcheckpolicy" => "createLBHealthCheckPolicy",
"deletelbhealthcheckpolicy" => "deleteLBHealthCheckPolicy",
"createvpc" => "createVPC",
"listvpcsdeletevpc" => "listVPCsdeleteVPC",
"listvpcs" => "listVPCs",
"deletevpc" => "deleteVPC",
"updatevpc" => "updateVPC",
"restartvpc" => "restartVPC",
"createvpcoffering" => "createVPCOffering",
Expand Down

0 comments on commit ea9bf02

Please sign in to comment.