← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1785415] Re: os-server-groups API samples should indicate they are using microversion 2.64

 

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

commit 00b585a1b94099e58177a04b204ca94fa0bc5908
Author: Yikun Jiang <yikunkero@xxxxxxxxx>
Date:   Mon Aug 6 10:33:27 2018 +0800

    Add microversion info in the os-server-groups API samples
    
    The os-server-groups samples are using 2.64 but don't explicitly say
    that, so we need something like "(v2.64)" in the os-server-groups.inc.
    
    In this patch, we add microversion info in the os-server-groups API
    samples.
    
    Change-Id: Ia7e25ceba532e6cfd0ed18cf3cc8113512d50323
    Closes-bug: #1785415


** 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/1785415

Title:
  os-server-groups API samples should indicate they are using
  microversion 2.64

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The samples in https://developer.openstack.org/api-ref/compute
  /#server-groups-os-server-groups are using microversion 2.64 but don't
  explicitly say that. The samples were changed in Rocky with change:

  https://github.com/openstack/nova/commit/5cdb1ce26b0ec53c231723bcc6ce880aa8f43f0f

  Normally when the API samples are using a microversion beyond 2.1,
  they put that into the description of the request/response samples,
  like this:

  https://github.com/openstack/nova/blob/b046a998443d4586d4ca7a2863b785b909a4d076
  /api-ref/source/os-hypervisors.inc

  Example List Hypervisors (v2.33): JSON response

  So we'll want something like "(v2.64)" in the os-server-groups
  samples.

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


References