Comment 3 for bug 1705187

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/485082
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d24abbe792c7ddb911c4f7ffee5c3b2fced4650b
Submitter: Jenkins
Branch: master

commit d24abbe792c7ddb911c4f7ffee5c3b2fced4650b
Author: Lujin <email address hidden>
Date: Wed Jul 19 16:34:33 2017 +0900

    Add specific values to specific fields in get_random_object_fields()

    Generally, get_random_object_fields() generates random values to
    update OVO objects. However, in some cases, specific values are
    required, otherwise Foreign Key violation is triggered.

    This patch adds a dictionary to hold all updatable fields which
    require specific values.

    Change-Id: I6da72c3ac43f01b5ffa21f128fb3eeaf9fd0a503
    Closes-Bug: #1705187