diff options
author | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:53:58 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:54:01 -0400 |
commit | e4a293695eca090950675d809828cfaa8cc4072a (patch) | |
tree | ac012a116937ebe7c098ecc10197672df8cf168b | |
parent | 220fa8d8fa22da3db0c5e798ba2ee84b6586727d (diff) |
make release note a list of strings
Change-Id: I073ee5c40025a5821a6586c25b6d003890169db1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r-- | releasenotes/notes/calculate-dhcp-agents-per-network-3089c5e7b15f8b7b.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/releasenotes/notes/calculate-dhcp-agents-per-network-3089c5e7b15f8b7b.yaml b/releasenotes/notes/calculate-dhcp-agents-per-network-3089c5e7b15f8b7b.yaml index 800cedc..1e6c327 100644 --- a/releasenotes/notes/calculate-dhcp-agents-per-network-3089c5e7b15f8b7b.yaml +++ b/releasenotes/notes/calculate-dhcp-agents-per-network-3089c5e7b15f8b7b.yaml @@ -1,5 +1,6 @@ --- -features: | - - Unless a non-default value is provided, the dhcp_agents_per_network +features: + - | + Unless a non-default value is provided, the dhcp_agents_per_network neutron configuration variable is set to the number of deployed neutron dhcp agents. |