← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1543625] Re: nova in mitaka reports osapi_compute and metadata services as down Edit

 

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

commit d89c50f18bf3ce271baa92cdbb0e5efb242029cf
Author: Roman Podoliaka <rpodolyaka@xxxxxxxxxxxx>
Date:   Tue Feb 9 16:48:17 2016 +0200

    Filter APIs out from services list
    
    API services records are a special case (unlike RPC services they do
    not report their state regularly) and must not be exposed out of
    Compute API.
    
    Closes-Bug: #1543625
    
    Change-Id: Icadd380ea1ff75f0cca433b68441ac5dad0ead53


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

Title:
  nova in mitaka reports osapi_compute and metadata services as down
  Edit

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  nova service-list now reports status of all services defined with
  *_listen=$IP configs in nova.conf. These services are just APIs, and
  not RPC services, so they shouldn't be present. Moreover, they
  shouldn't report as down. The APIs are certainly fulfilling requests
  as usual.

  root@node-4:~# nova service-list
  +----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
  | Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
  +----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
  | 1 | nova-consoleauth | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
  | 2 | nova-scheduler | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
  | 3 | nova-cert | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
  | 4 | nova-conductor | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
  | 5 | nova-osapi_compute | 192.168.0.3 | internal | enabled | down | - | - |
  | 7 | nova-metadata | 0.0.0.0 | internal | enabled | down | - | - |
  | 8 | nova-compute | node-6.domain.tld | nova | enabled | up | 2016-01-28T14:08:29.000000 | - |
  +----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+

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


References