Skip to content

Commit

Permalink
Merge pull request #602 from kaecyra/fix-update-port-securitygroups
Browse files Browse the repository at this point in the history
Allow port update() to modify security groups.
  • Loading branch information
Jamie Hannaford committed May 20, 2015
2 parents c475425 + 6ee1f09 commit abe8163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/OpenCloud/Networking/Resource/Port.php
Expand Up @@ -78,7 +78,8 @@ class Port extends PersistentResource

protected $updateKeys = array(
'name',
'deviceId'
'deviceId',
'securityGroups'
);

/**
Expand Down

0 comments on commit abe8163

Please sign in to comment.