Skip to content

Commit 6ee1f09

Browse files
committed
Allow port update() to modify security groups.
1 parent c475425 commit 6ee1f09

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

+2-1
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)