Updated openstack/openstack

Project: openstack/oslo.versionedobjects  92678d004cd028afd344f4e726f1567d68ae4482

Check for obj_relationships in List objects

In obj_make_compatible() of List objects, only child_versions is used.
If obj_relationships is set on a List object, obj_make_compatible()
should also take that into consideration.

This change pulls out common code for finding the desired child version
for backporting, and then changes ObjectListBase's obj_make_compatible()
to check for child_versions first, and if that is empty, will use
obj_relationships for finding the child version.

Change-Id: I89217f1721c896bd2660354d4f4283e2e12ebe98
Closes-Bug: #1470617
This commit is contained in:
Jenkins 2015-08-19 15:47:38 +00:00 committed by Gerrit Code Review
parent a2646b4f90
commit 1fad71df95
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 19d21f65e2bb99a3ec06d322c8eb8e6388d4474f
Subproject commit 92678d004cd028afd344f4e726f1567d68ae4482