← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1779700] Re: The "parent_provider_uuid" response parameter for resource provider create/list/show/update is missing the 1.14 min_version flag

 

Reviewed:  https://review.openstack.org/579577
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d1bc821ee6b2eb15613bb4f58fbec84946f3511c
Submitter: Zuul
Branch:    master

commit d1bc821ee6b2eb15613bb4f58fbec84946f3511c
Author: Matt Riedemann <mriedem.os@xxxxxxxxx>
Date:   Mon Jul 2 10:38:28 2018 -0400

    api-ref: fix min_version for parent_provider_uuid in responses
    
    Due to a regression in I8624e194fe0173531c5aa2119c903e3c68b8c6cd, the
    min_version on the parent_provider_uuid response parameter was missing
    and is added back here. For sanity reasons, the variables are renamed
    and substitution anchor usage is dropped.
    
    To recap the microversions:
    
    1.14
    ----
    
    parent_provider_uuid and root_provider_uuid were added to the
    responses for:
    
    * GET /resource_providers (list)
    * GET /resource_providers/{uuid} (show)
    * PUT /resource_providers/{uuid} (update)
    
    parent_provider_uuid was added to the request for:
    
    * POST /resource_providers (create)
    * PUT /resource_providers/{uuid} (update)
    
    1.20
    ----
    
    We started returning a response body from
    POST /resource_providers (create) which included
    parent_provider_uuid and root_provider_uuid but the parameters
    are not versioned in that case since the entire response is
    versioned for 1.20.
    
    Change-Id: I6c9a1072fa2a59e408472f1a4b52b3a8c6a9b343
    Closes-Bug: #1779700


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1779700

Title:
  The "parent_provider_uuid" response parameter for resource provider
  create/list/show/update is missing the 1.14 min_version flag

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  This was unintentionally regressed here:

  https://review.openstack.org/#/c/548934/5/placement-api-
  ref/source/parameters.yaml@354

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1779700/+subscriptions


References