← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1697787] Re: api-ref: PUT /os-services/disable description is misleading

 

Reviewed:  https://review.openstack.org/473997
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a9ba1be7b74153380088eccfce5a8f071d4fca32
Submitter: Jenkins
Branch:    master

commit a9ba1be7b74153380088eccfce5a8f071d4fca32
Author: Matt Riedemann <mriedem.os@xxxxxxxxx>
Date:   Tue Jun 13 18:39:14 2017 -0400

    api-ref: fix misleading description in PUT /os-services/disable
    
    The PUT /os-services/disable API does not actually check the
    request body for a reason why the service is being disabled.
    That's what PUT /os-services/disable-log-reason is for.
    
    This removes that incorrect part of the API description.
    
    Closes-Bug: #1697787
    
    Change-Id: I7a0bbdad842e5d420085777d4fe2f9e6d3e94360


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

Title:
  api-ref: PUT /os-services/disable description is misleading

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  https://developer.openstack.org/api-ref/compute/?expanded=disable-
  scheduling-for-a-compute-service-detail#disable-scheduling-for-a
  -compute-service

  Says: "Disables scheduling for a Compute service with optional
  logging."

  The "with optional logging" is wrong, that's not supported, and that's
  why we have the "PUT /os-services/disable-log-reason" API.

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


References