Bug 1322427 - rhel-osp-director: After upgrading overcloud 7.3->8.0 the nova-compute has state "down" in the output from 'nova service-list'.
Summary: rhel-osp-director: After upgrading overcloud 7.3->8.0 the nova-compute has st...
Keywords:
Status: CLOSED DUPLICATE of bug 1320777
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Angus Thomas
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-30 13:32 UTC by Alexander Chuzhoy
Modified: 2016-03-30 13:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-30 13:57:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Chuzhoy 2016-03-30 13:32:24 UTC
rhel-osp-director: After upgrading overcloud 7.3->8.0 the nova-compute has state "down" in the output from 'nova service-list'.


Environment:
openstack-tripleo-heat-templates-kilo-0.8.14-1.el7ost.noarch
openstack-nova-scheduler-12.0.2-4.el7ost.noarch
openstack-nova-conductor-12.0.2-4.el7ost.noarch
openstack-nova-compute-12.0.2-4.el7ost.noarch
openstack-tripleo-heat-templates-0.8.14-1.el7ost.noarch
python-novaclient-3.1.0-2.el7ost.noarch
openstack-nova-common-12.0.2-4.el7ost.noarch
openstack-nova-novncproxy-12.0.2-4.el7ost.noarch
python-nova-12.0.2-4.el7ost.noarch
openstack-nova-cert-12.0.2-4.el7ost.noarch
openstack-nova-console-12.0.2-4.el7ost.noarch
instack-undercloud-2.2.7-1.el7ost.noarch
openstack-nova-api-12.0.2-4.el7ost.noarch


Steps to reproduce:
1. Deploy 7.3 overcloud.
2. Upgrade it to 8.0
3. Run nova service-list.

Result:
[stack@instack ~]$ nova service-list
+----+------------------+------------------------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary           | Host                               | Zone     | Status  | State | Updated_at                 | Disabled Reason |
+----+------------------+------------------------------------+----------+---------+-------+----------------------------+-----------------+
| 3  | nova-scheduler   | overcloud-controller-0.localdomain | internal | enabled | up    | 2016-03-30T13:06:38.000000 | -               |
| 6  | nova-scheduler   | overcloud-controller-2.localdomain | internal | enabled | up    | 2016-03-30T13:06:47.000000 | -               |
| 9  | nova-scheduler   | overcloud-controller-1.localdomain | internal | enabled | up    | 2016-03-30T13:06:47.000000 | -               |
| 12 | nova-consoleauth | overcloud-controller-0.localdomain | internal | enabled | up    | 2016-03-30T13:06:45.000000 | -               |
| 15 | nova-consoleauth | overcloud-controller-2.localdomain | internal | enabled | up    | 2016-03-30T13:06:46.000000 | -               |
| 18 | nova-consoleauth | overcloud-controller-1.localdomain | internal | enabled | up    | 2016-03-30T13:06:41.000000 | -               |
| 21 | nova-conductor   | overcloud-controller-2.localdomain | internal | enabled | up    | 2016-03-30T13:06:43.000000 | -               |
| 24 | nova-conductor   | overcloud-controller-1.localdomain | internal | enabled | up    | 2016-03-30T13:06:44.000000 | -               |
| 27 | nova-compute     | overcloud-compute-0.localdomain    | nova     | enabled | down  | 2016-03-29T18:32:56.000000 | -               |
| 30 | nova-conductor   | overcloud-controller-0.localdomain | internal | enabled | up    | 2016-03-30T13:06:42.000000 | -               |
| 33 | nova-compute     | overcloud-compute-0                | nova     | enabled | up    | 2016-03-30T13:06:45.000000 | -               |
+----+------------------+------------------------------------+----------+---------+-------+----------------------------+-----------------+



Expected result:
nova-compute should be UP.

Comment 1 Alexander Chuzhoy 2016-03-30 13:57:41 UTC

*** This bug has been marked as a duplicate of bug 1320777 ***


Note You need to log in before you can comment on or make changes to this bug.