Skip to content
New issue

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

Neutron Security Groups + Security Group Rules #551

Merged
merged 16 commits into from
Mar 6, 2015

Conversation

ycombinator
Copy link
Contributor

  • Unit tests
  • Implementation
  • User guide
  • Downloadable code samples
  • Smoke tests

@ycombinator
Copy link
Contributor Author

@jamiehannaford This PR is ready for review. Thanks!

/**
* Creates a new SecurityGroupRule and returns it.
*
* @param array $params SecurityGroupRule creation parameters. @see https://github.com/rackspace/php-opencloud/blob/master/docs/userguide/Networking/USERGUIDE.md#create-a-security-group-rule
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: @see should be on separate line

following example:

```php
$securityGroup = $networkingService->getSecurityGroup('2076db17-a522-4506-91de-c6dd8e837028');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: {securityGroupId}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the other User Guides and they are using literals instead of placeholders for IDs. So, for consistency sake, I will leave this as-is.

jamiehannaford pushed a commit that referenced this pull request Mar 6, 2015
[WIP] Neutron Security Groups + Security Group Rules
@jamiehannaford jamiehannaford merged commit a0ec998 into rackspace:working Mar 6, 2015
@ycombinator ycombinator changed the title [WIP] Neutron Security Groups + Security Group Rules Neutron Security Groups + Security Group Rules Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants