Skip to content

Commit abe8163

Browse files
author
Jamie Hannaford
committed
Merge pull request rackspace#602 from kaecyra/fix-update-port-securitygroups
Allow port update() to modify security groups.
2 parents c475425 + 6ee1f09 commit abe8163

File tree

1 file changed

+2
-1
lines changed
  • lib/OpenCloud/Networking/Resource

1 file changed

+2
-1
lines changed

lib/OpenCloud/Networking/Resource/Port.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class Port extends PersistentResource
7878

7979
protected $updateKeys = array(
8080
'name',
81-
'deviceId'
81+
'deviceId',
82+
'securityGroups'
8283
);
8384

8485
/**

0 commit comments

Comments
 (0)