Comment 5 for bug 1446428

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

Reviewed: https://review.openstack.org/202597
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=7066c31fe30f462603e26778bc157cc4a0211926
Submitter: Jenkins
Branch: master

commit 7066c31fe30f462603e26778bc157cc4a0211926
Author: Amir Sadoughi <email address hidden>
Date: Wed Jun 3 21:04:52 2015 +0000

    Support for child resource extensions

    Child resource extension classes will have to add a new class member,
    parent_resource, with new formatting for object_path and
    resource_path to take into account parent_id. An example class is
    shown in the unit test.

    Change-Id: Ie8f875edd341cac2f7af8fd286ae38d2d93e2a04
    Closes-Bug: 1446428