We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2023e3 commit 68dc58aCopy full SHA for 68dc58a
samples/networking/v2ext/security_group/create_security_group.php
@@ -21,7 +21,7 @@
21
$networkingExtSecGroup = $openstack->networkingV2ExtSecGroups();
22
23
/** @var SecurityGroup $securityGroup */
24
-$securityGroup = $networkingExtSecGroup->createSecurityGroupRule([
+$securityGroup = $networkingExtSecGroup->createSecurityGroup([
25
'name' => 'New SecGroup',
26
'description' => 'Foo Barrr'
27
]);
0 commit comments