diff options
author | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:50:51 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:50:51 -0400 |
commit | c89f8791ae695acd6accf2dfc90278e1e50a00e8 (patch) | |
tree | c1af648dc53a80c18343c92182e87944b7257268 /releasenotes/notes | |
parent | 39fcf37572f5c90aaf6fbf2c644c4433adcb9577 (diff) |
make release note a list of strings
Change-Id: I806e15f24309261bb4bf108aacc43a5c4d2d33bc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes/notes')
-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. |