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

add routes option to router update to add extra routes #166

Closed
wants to merge 2 commits into from

Conversation

Carthaca
Copy link
Collaborator

and align mock

@@ -54,7 +54,7 @@ def update_router(router_id, options = {})
Fog::Logger.deprecation "Passing a model objects into options[:external_gateway_info] is deprecated. \
Please pass external external gateway as follows options[:external_gateway_info] = { :network_id => NETWORK_ID }]"
router[:external_gateway_info] = { :network_id => egi.id }
else egi.is_a?(Hash) && egi[:network_id]
else egi.is_a?(Hash)

Choose a reason for hiding this comment

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

Odd else layout detected. Did you mean to use elsif?

@coveralls
Copy link

coveralls commented Jul 25, 2016

Coverage Status

Changes Unknown when pulling 3ae8fe6 on sapcc:router_extra_routes into * on fog:master*.

@coveralls
Copy link

coveralls commented Jul 25, 2016

Coverage Status

Changes Unknown when pulling 3ae8fe6 on sapcc:router_extra_routes into * on fog:master*.

@coveralls
Copy link

coveralls commented Jul 25, 2016

Coverage Status

Changes Unknown when pulling ca7793b on sapcc:router_extra_routes into * on fog:master*.

@Carthaca
Copy link
Collaborator Author

resolved conflicts in #180

@Carthaca Carthaca closed this Aug 17, 2016
@Carthaca Carthaca deleted the router_extra_routes branch August 17, 2016 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants