1ad9fd7272
This patch adds a configuration option for reserved IP addresses that cannot be used for load balancer member addresses. By default, this will include the nova metadata service address 169.254.169.254. Change-Id: I25de5ed5f6f35afc55dd1154c3e02934fddb100a Story: 2003413 Task: 24555
7 lines
224 B
YAML
7 lines
224 B
YAML
---
|
|
security:
|
|
- |
|
|
Adds a configuration option, "reserved_ips" that allows the operator to
|
|
block addresses from being used in load balancer members. The default
|
|
setting blocks the nova metadata service address.
|