-
Notifications
You must be signed in to change notification settings - Fork 248
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
Implement support for networking-as-a-service (aka OpenStack Neutron) #444
Conversation
@@ -244,6 +244,28 @@ protected function getAlias($key) | |||
return $key; | |||
} | |||
|
|||
protected function recursivelyAliasPropertyValue($propertyValue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No header comment for this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the super long name say it all? 😃
Just kidding, of course. I'll add the header comment.
👍 this is looking really good. Apart from those minor issues LGTM |
Thank you @jamiehannaford and @gecampbell for your review. Changes and documentation (README.md + USERGUIDE.md) coming today. |
@gecampbell, @jamiehannaford: I've made the changes you suggested earlier today + added the quickstart and complete user guide. I'd appreciate a final review from one or both of you, followed by a merge if all looks good to you. Thank you. |
Implement support for networking-as-a-service (aka OpenStack Neutron)
Awesome work 🚢 it |
No description provided.