Don't open unused nova ports in iptables
Ports 3773 and 8773 were used for Nova EC2 API but are no longer in use. The ports should not be opened in iptables. Change-Id: I520c664a86be081b8d48675c22aa8d138aa9d1e6 Closes-Bug: 1726409
This commit is contained in:
parent
fa2528840d
commit
7494476da7
@ -123,8 +123,6 @@ outputs:
|
||||
tripleo.nova_api.firewall_rules:
|
||||
'113 nova_api':
|
||||
dport:
|
||||
- 8773
|
||||
- 3773
|
||||
- 8774
|
||||
- 13774
|
||||
- 8775
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Remove unused nova ports 3773 and 8773 from
|
||||
being opened in iptables.
|
Loading…
Reference in New Issue
Block a user