Correct release note syntax

Colon characters are magical characters in yaml, and as such we
can't have them in release notes.

This is also called the realization that TheJulia needs to put
reno check job in-place.

Change-Id: I6eee79af773574db7f113e99223d75cbef7e8b0b
This commit is contained in:
Julia Kreger 2016-03-08 17:47:44 -05:00
parent 789987dcc8
commit bbcd63f18b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ features:
limited to sessions that obtain authentication information
via os-client-config. The role defaults ultimately remain
unchanged and default to noauth mode. More information on
os-client-config can be found at:
os-client-config can be found at
http://docs.openstack.org/developer/os-client-config/
issues:
- Users wishing to utilize authentication without leveraging

View File

@ -1,7 +1,7 @@
---
features:
- Allow to populate the domain setting of
dnsmasq. As shown in documentation: this is optional,
dnsmasq. As shown in documentation, this is optional,
but if it is set, it does the following things.
1) Allows DHCP hosts to have fully qualified domain
names, as long as the domain part matches this setting.