Bug 1276065 - Removing Nodes with Heat Templates results in stale entries in "nova-manage service list"
Summary: Removing Nodes with Heat Templates results in stale entries in "nova-manage s...
Keywords:
Status: CLOSED DUPLICATE of bug 1276378
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 7.0 (Kilo)
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-28 14:59 UTC by Jeremy
Modified: 2019-08-15 05:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-11 17:48:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jeremy 2015-10-28 14:59:48 UTC
Description of problem:




Scale-In procedure in https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/index.html removes nodes but these are still listed in controller's "nova-manage service list".

Procedure to reproduce the issue:
1. Deploy overcloud (1 controller and 2 computes) following instructions given in Redhat "DIRECTOR INSTALLATION AND USAGE" guide (link given above). 
2. Remove 2 compute nodes following procedure https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Removing_Nodes_from_the_Overcloud.html
3. Login to the controller and check the output of the below command:
#nova-manage service list
Result:- 
Binary           Host                                 Zone             Status     State Updated_At
nova-scheduler   overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:35
nova-consoleauth overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:41
nova-conductor   overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:37
nova-compute     overcloud-compute-0.localdomain      nova             enabled    XXX   2015-10-28 13:29:24
nova-compute     overcloud-compute-1.localdomain      nova             enabled    XXX   2015-10-28 12:39:58

Expected Result:-
Binary           Host                                 Zone             Status     State Updated_At
nova-scheduler   overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:35
nova-consoleauth overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:41
nova-conductor   overcloud-controller-0.localdomain   internal         enabled    :-)   2015-10-28 13:37:37

Comment 1 chris alfonso 2015-11-11 17:48:47 UTC

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


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