From 64ebfb35ed2931ac10762bd2ceb085b8c93e7595 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 30 Oct 2017 12:10:56 -0400 Subject: [PATCH] [reno] Update ironic-dbsync's check object version This updates the release note pertaining to ironic-dbsync's check of the object versions, to be explicit that these are the database records that correspond to the IronicObjects. This is a follow up to 6a91b38ca48eea2892a5a82b4369f1f9b277d019. Change-Id: I1e2b3dc60529551746a0c7a258e5ce3cf509f59f Partial-Bug: #1708243 --- .../notes/dbsync-check-version-c71d5f4fd89ed117.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/dbsync-check-version-c71d5f4fd89ed117.yaml b/releasenotes/notes/dbsync-check-version-c71d5f4fd89ed117.yaml index 65ce108d95..8cbed9d090 100644 --- a/releasenotes/notes/dbsync-check-version-c71d5f4fd89ed117.yaml +++ b/releasenotes/notes/dbsync-check-version-c71d5f4fd89ed117.yaml @@ -1,11 +1,11 @@ --- upgrade: - | - The ``ironic-dbsync`` command will check the object versions to make - sure they are compatible with the new ironic release, before doing the - ``upgrade`` or ``online_data_migrations``. + The ``ironic-dbsync`` command will check the database object (record) + versions to make sure they are compatible with the new ironic release, + before doing the ``upgrade`` or ``online_data_migrations``. other: - | - The ``ironic-dbsync`` command will check the object versions to make - sure they are compatible with the new ironic release, before doing the - ``upgrade`` or ``online_data_migrations``. + The ``ironic-dbsync`` command will check the database object (record) + versions to make sure they are compatible with the new ironic release, + before doing the ``upgrade`` or ``online_data_migrations``.