From 6b4feaefff18465294c1a5e91dd54668ddc9cad4 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Tue, 30 Jan 2024 11:27:46 +0100 Subject: [PATCH] run tests --- samples/Networking/v2/securityGroups/create.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/Networking/v2/securityGroups/create.php b/samples/Networking/v2/securityGroups/create.php index 572626d5..9da8dce0 100644 --- a/samples/Networking/v2/securityGroups/create.php +++ b/samples/Networking/v2/securityGroups/create.php @@ -7,9 +7,8 @@ 'region' => '{region}', 'user' => [ 'id' => '{userId}', - 'password' => '{password}' + 'password' => '{password}', ], - 'scope' => ['project' => ['id' => '{projectId}']] ]); $networking = $openstack->networkingV2();