From 319827e1a833050f4296f9da87a810205a43675b Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 17 Dec 2019 10:20:49 +0100 Subject: [PATCH] Fix Train release notes These are mostly formatting fixes, but also a correction of the default value of pip_upper_constraints_file. Change-Id: Iadb1b45644865d67e170f94d301d3eeeab2654ee --- releasenotes/notes/arista-switch-aedc46148506c56e.yaml | 2 +- releasenotes/notes/centos-ipa-images-60dde12f2b4f4f8c.yaml | 5 +++-- ...data-files-path-detection-on-ubuntu-dfa8e4e7a1d3ea27.yaml | 2 +- .../notes/non-shared-ironic-nets-06a43c9b6dea2a77.yaml | 2 +- releasenotes/notes/stale-virtualenvs-125c513af3de9396.yaml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/arista-switch-aedc46148506c56e.yaml b/releasenotes/notes/arista-switch-aedc46148506c56e.yaml index 8d525c23f..1e3bfc992 100644 --- a/releasenotes/notes/arista-switch-aedc46148506c56e.yaml +++ b/releasenotes/notes/arista-switch-aedc46148506c56e.yaml @@ -2,5 +2,5 @@ features: - | Adds support for configuration of Arista switches running EOS 4.15 or - later. This is integrated with the `kayobe physical network configure` + later. This is integrated with the ``kayobe physical network configure`` command. diff --git a/releasenotes/notes/centos-ipa-images-60dde12f2b4f4f8c.yaml b/releasenotes/notes/centos-ipa-images-60dde12f2b4f4f8c.yaml index a5d96b57c..af96fdd7c 100644 --- a/releasenotes/notes/centos-ipa-images-60dde12f2b4f4f8c.yaml +++ b/releasenotes/notes/centos-ipa-images-60dde12f2b4f4f8c.yaml @@ -4,5 +4,6 @@ upgrade: The default IPA images now use CentOS as a base image. This is because CoreOS based images are no longer supported or built by the upstream Ironic Python Agent project as of the Train release. - Please see the `Ironic Python Agent release notes for more details - `_. + Please see the `Ironic Python Agent release notes + `_ + for more details. diff --git a/releasenotes/notes/fix-data-files-path-detection-on-ubuntu-dfa8e4e7a1d3ea27.yaml b/releasenotes/notes/fix-data-files-path-detection-on-ubuntu-dfa8e4e7a1d3ea27.yaml index 7bd870679..2a42f9063 100644 --- a/releasenotes/notes/fix-data-files-path-detection-on-ubuntu-dfa8e4e7a1d3ea27.yaml +++ b/releasenotes/notes/fix-data-files-path-detection-on-ubuntu-dfa8e4e7a1d3ea27.yaml @@ -2,7 +2,7 @@ fixes: - | Fixes the detection of kayobe's data files on Ubuntu when not installing into a - virtualenv, see `Story 2005510 `_ + virtualenv, see `story 2005510 `_ for details. features: - | diff --git a/releasenotes/notes/non-shared-ironic-nets-06a43c9b6dea2a77.yaml b/releasenotes/notes/non-shared-ironic-nets-06a43c9b6dea2a77.yaml index 65e40f31c..cbca7801f 100644 --- a/releasenotes/notes/non-shared-ironic-nets-06a43c9b6dea2a77.yaml +++ b/releasenotes/notes/non-shared-ironic-nets-06a43c9b6dea2a77.yaml @@ -3,6 +3,6 @@ fixes: - | Modifies provisioning and cleaning networks in multi-tenant ironic environments to be non-shared. Flat networks remain shared. To apply the - change to an existing environment, run `kayobe overcloud post configure`. + change to an existing environment, run ``kayobe overcloud post configure``. See `story 2006409 `__ for details. diff --git a/releasenotes/notes/stale-virtualenvs-125c513af3de9396.yaml b/releasenotes/notes/stale-virtualenvs-125c513af3de9396.yaml index 677b182f6..da200e12b 100644 --- a/releasenotes/notes/stale-virtualenvs-125c513af3de9396.yaml +++ b/releasenotes/notes/stale-virtualenvs-125c513af3de9396.yaml @@ -4,7 +4,7 @@ features: Adds a new configuration variable, ``pip_upper_constraints_file``, which is used to configure the file or URL containing the python upper version contraints. Its default value is - ``https://releases.openstack.org/constraints/upper/{{ openstack_branch }}``. + ``https://releases.openstack.org/constraints/upper/{{ openstack_release }}``. fixes: - | Fixes an issue with virtual environments on remote hosts, which may over