-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When specifying a subnet filter without a network filter we would first execute a network list with no filter, which returns all networks, then execute the subnet filter for each network. With this change we: * Don't filter subnets by network if there is no network filter * Don't execute a network query if we have a network uuid * Don't execute a subnet query if we have a subnet uuid The changes to unit tests are: * Don't expect gophercloud calls which we no longer make * "Subnet without network" now returns subnets instead of error
- Loading branch information
Showing
2 changed files
with
57 additions
and
104 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