Index: trunk/extensions/OpenStackManager/OpenStackNovaController.php |
— | — | @@ -380,7 +380,7 @@ |
381 | 381 | * @return |
382 | 382 | */ |
383 | 383 | function deleteSecurityGroup( $groupname ) { |
384 | | - $response = $this->novaConnection->delete_security_group( $groupname ); |
| 384 | + $response = $this->novaConnection->delete_security_group( array( 'GroupName' => $groupname ) ); |
385 | 385 | |
386 | 386 | return $response->isOK(); |
387 | 387 | } |