Fix warning in 12.0.1-cve-bugs-7b04b2e34a3e9a70.yaml release note

The stable/liberty releasenotes tox target wasn't treating warnings
as errors so this slipped in and it breaks the releasenotes job in
master branch nova which does treat warnings as errors. So fix the
issue in the release note first, which we have to merge because reno
is reading from origin/stable/liberty. After we've merged the fix,
then we can turn on -W to treat warnings as errors.

Change-Id: Ibf84ee0a604da94f709a0eeb436efe988d21274c
Closes-Bug: #1534613
This commit is contained in:
Matt Riedemann 2016-01-15 08:19:19 -08:00
parent 434a90329f
commit 9c3cce75de
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ security:
[OSSA 2016-001] Nova host data leak through snapshot (CVE-2015-7548)
* `Bug 1524274 <https://bugs.launchpad.net/nova/+bug/1524274>`_
* `Announcement <http://lists.openstack.org/pipermail/openstack-announce/2016-January/000911.html>`_
* `Announcement <http://lists.openstack.org/pipermail/openstack-announce/2016-January/000911.html>`__
[OSSA 2016-002] Xen connection password leak in logs via StorageError (CVE-2015-8749)
* `Bug 1516765 <https://bugs.launchpad.net/nova/+bug/1516765>`_
* `Announcement <http://lists.openstack.org/pipermail/openstack-announce/2016-January/000916.html>`_
* `Announcement <http://lists.openstack.org/pipermail/openstack-announce/2016-January/000916.html>`__