Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Jan 30, 2024
1 parent e4fe49c commit 6b4feae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/Networking/v2/securityGroups/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
'region' => '{region}',
'user' => [
'id' => '{userId}',
'password' => '{password}'
'password' => '{password}',
],
'scope' => ['project' => ['id' => '{projectId}']]
]);

$networking = $openstack->networkingV2();
Expand Down

0 comments on commit 6b4feae

Please sign in to comment.