We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the link https://php-opencloudopenstack.readthedocs.io/en/latest/services/compute/v2/servers.html#security-groups
the documentation says that we set the security groups by this way:
$options['securityGroups'] = ['secGroup1', 'default', 'secGroup2'];
But it returns error, it may be this way:
$options['securityGroups'] = [ ['name'=>'secGroup1'], ['name'=>'default'], ['name'=>'secGroup2'] ];
Can we change it? thanks!!
The text was updated successfully, but these errors were encountered:
Hello.
security_groups
Sorry, something went wrong.
No branches or pull requests
On the link https://php-opencloudopenstack.readthedocs.io/en/latest/services/compute/v2/servers.html#security-groups
the documentation says that we set the security groups by this way:
But it returns error, it may be this way:
Can we change it? thanks!!
The text was updated successfully, but these errors were encountered: