Skip to content

Commit

Permalink
openstack UPI: Remove unneeded allowed IPs
Browse files Browse the repository at this point in the history
ref: #2681
  • Loading branch information
pierreprinetti committed Dec 3, 2019
1 parent 3d03b82 commit 904c2b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upi/openstack/05_compute-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
security_groups:
- "{{ os_sg_worker }}"
allowed_address_pairs:
- ip_address: "{{ os_subnet_range | next_nth_usable(5) }}"
- ip_address: "{{ os_subnet_range | next_nth_usable(6) }}"
- ip_address: "{{ os_subnet_range | next_nth_usable(7) }}"
with_indexed_items: "{{ compute_ports }}"

Expand Down

0 comments on commit 904c2b7

Please sign in to comment.