← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1401480] Re: nova service-list show inconsistent output for disabled_reason

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-2

-- 
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/1401480

Title:
  nova service-list show inconsistent output for disabled_reason

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  [root@compute1 ~]# nova service-list
  +----+------------------+----------+----------+---------+-------+----------------------------+-----------------+
  | Id | Binary           | Host     | Zone     | Status  | State | Updated_at                 | Disabled Reason |
  +----+------------------+----------+----------+---------+-------+----------------------------+-----------------+
  | 4  | nova-scheduler   | compute1 | internal | enabled | up    | 2014-12-11T10:25:17.000000 | -               |
  | 5  | nova-compute     | compute1 | nova     | enabled | up    | 2014-12-11T10:25:12.000000 | -               |
  | 6  | nova-consoleauth | compute1 | internal | enabled | down  | 2014-12-10T07:39:27.000000 | -               |
  | 7  | nova-compute     | compute2 | nova     | enabled | down  | 2014-12-10T07:39:25.000000 | None            |
  +----+------------------+----------+----------+---------+-------+----------------------------+-----------------+

  
  the None at disabled_reason of id 7 is inconsistent to other columns
  it should be - to avoid confusion

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


References