-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ELB] possibility to remove all addresses in `resource/opentelekomclo…
…ud_lb_ipgroup_v3` (#2285) [ELB] possibility to remove all addresses in `resource/opentelekomcloud_lb_ipgroup_v3` Summary of the Pull Request PR Checklist Refers to: #2277 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestAccLBV3Listener_basic === PAUSE TestAccLBV3Listener_basic === RUN TestAccLBV3Listener_TCP === PAUSE TestAccLBV3Listener_TCP === RUN TestAccLBV3Listener_HTTP_to_TCP === PAUSE TestAccLBV3Listener_HTTP_to_TCP === RUN TestAccLBV3Listener_ipGroup === PAUSE TestAccLBV3Listener_ipGroup === RUN TestAccLBV3Listener_import === PAUSE TestAccLBV3Listener_import === CONT TestAccLBV3Listener_basic === CONT TestAccLBV3Listener_import === CONT TestAccLBV3Listener_TCP === CONT TestAccLBV3Listener_ipGroup === CONT TestAccLBV3Listener_HTTP_to_TCP --- PASS: TestAccLBV3Listener_import (50.34s) --- PASS: TestAccLBV3Listener_TCP (81.81s) --- PASS: TestAccLBV3Listener_HTTP_to_TCP (81.99s) --- PASS: TestAccLBV3Listener_basic (82.27s) --- PASS: TestAccLBV3Listener_ipGroup (117.79s) PASS Process finished with the exit code 0 === RUN TestAccLBV3IpGroup_basic --- PASS: TestAccLBV3IpGroup_basic (86.50s) === RUN TestAccLBV3IpGroup_import --- PASS: TestAccLBV3IpGroup_import (41.28s) PASS Process finished with the exit code 0 Reviewed-by: Aloento Reviewed-by: Artem Lifshits Reviewed-by: Vladimir Vshivkov
- Loading branch information
1 parent
7889058
commit add96c0
Showing
9 changed files
with
148 additions
and
48 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
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
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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/elb-ipgroup-empty-iplist-31be5ee0105772f2.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
**[ELB]** Now can create or update ``ip_group`` with empty ``ip_list`` in ``resource/opentelekomcloud_lb_ipgroup_v3`` (`#2285 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2285>`_) | ||
- | | ||
**[ELB]** Now can remove ``ip_group`` from ``resource/opentelekomcloud_lb_listener_v3`` (`#2285 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2285>`_) |