{{ message }}
Pass Id as input to DeleteNetwork and DeleteEndpoint APIs#25
Merged
Conversation
20e3382 to
9177cd3
Compare
This commit reverts the DeleteNetwork and DeleteEndpoint APIs to taking network and endpoint Ids as input instead of an opaque value string. This follows the netplugin design to keep driver specific state handling inside the driver than the Netplugin Core.
9177cd3 to
1685046
Compare
mapuri
added a commit
that referenced
this pull request
Mar 12, 2015
Pass Id as input to DeleteNetwork and DeleteEndpoint APIs
Contributor
Author
dseevr
pushed a commit
to dseevr-dev/netplugin
that referenced
this pull request
Nov 28, 2017
* - add version in api - add cfgProperties adn operProperties * fix linksets with operstate * add versioning in api, other fixes * add network oper proerties * avoid generating operlinks * avoid operlinks for client code gen * global oper state * Support for external contracts (provided and consumed) for ACI (contiv#24) * Support for external contracts (provided and consumed) for ACI * Add tenant as part of the key for external contracts object * Just have a single link-set for all contract groups * Just have a single external contracts array at the epg level. * Add validators for contracts group name and tenant name for the external contracts object * merge contract groups change * rebase to latest * add versioning in api, other fixes * add network oper proerties * avoid generating operlinks * avoid operlinks for client code gen * global oper state * add version to external contracts object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This commit reverts the DeleteNetwork and DeleteEndpoint APIs back to taking network
and endpoint Ids as input instead of an opaque value strings. This follows the netplugin
design to keep driver specific state handling inside the driver than the Netplugin Core.