-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the missing vNet/subnets by the unexpected outside operations
* Add RefineVNet() and RefineSubent(), which operates based on information managed by Tumblebug * Add actions (refine, force) on the following APIs - `DELETE /ns/{nsId}/resources/vNet/{vNetId}?action=xxx` - `DELETE /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}?action=xxx` * Add the API to get subnet - `GET /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}` * Improve comments in overall vNet/subnet functions and handlers
- Loading branch information
1 parent
7d4957e
commit c1b7e59
Showing
7 changed files
with
840 additions
and
188 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.