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

don't error out with empty vpc name if routecontroller is disabled #190

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

rahulait
Copy link
Contributor

General:

We added route_controller to linode ccm. It is disabled by default and enabled when specific flags are specified. We ended up introducing a bug where if its disabled by default, it keeps crashing as it tries to check for VPC info which it shouldn't care if route_controller is disabled. This PR fixes it.

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

@luthermonson
Copy link
Contributor

Ran 22 of 23 Specs in 472.118 seconds
SUCCESS! -- 22 Passed | 0 Failed | 0 Pending | 1 Skipped
PASS

@luthermonson luthermonson marked this pull request as ready for review March 14, 2024 04:55
@luthermonson luthermonson self-requested a review March 14, 2024 04:56
@luthermonson luthermonson merged commit 918806c into main Mar 14, 2024
4 checks passed
@luthermonson luthermonson deleted the fix-disabling-route-controller branch March 14, 2024 05:04
rahulait added a commit that referenced this pull request Mar 14, 2024
)

Co-authored-by: Rahul Sharma <rahsharm@akamai.com>
luthermonson pushed a commit that referenced this pull request Mar 14, 2024
) (#191)

Co-authored-by: Rahul Sharma <rahsharm@akamai.com>
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

2 participants