Bug 1322427

Summary: rhel-osp-director: After upgrading overcloud 7.3->8.0 the nova-compute has state "down" in the output from 'nova service-list'.
Product: Red Hat OpenStack Reporter: Alexander Chuzhoy <sasha>
Component: rhosp-directorAssignee: Angus Thomas <athomas>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: dbecker, mburns, morazi, rhel-osp-director-maint
Target Milestone: ga   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 13:57:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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