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

Fix nat READ for non-existant rule #166

Merged
merged 1 commit into from
May 15, 2019
Merged

Fix nat READ for non-existant rule #166

merged 1 commit into from
May 15, 2019

Commits on May 14, 2019

  1. Fix nat READ for non-existant rule

    NSX returns 400 response code for NAT rule that can not be found,
    instead of the conventional 404. This leads to provider erroring out,
    while it should just detect resource absence. To work around this,
    this change handles 400 response code as if it was 404.
    annakhm committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d3ef344 View commit details
    Browse the repository at this point in the history