Bug 1570295

Summary: FFU: post upgrade openstack-nova-consoleauth service is not disabled
Product: Red Hat OpenStack Reporter: Marius Cornea <mcornea>
Component: rhosp-directorAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Amit Ugol <augol>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: dbecker, mburns, morazi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-21 18:33:38 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 Marius Cornea 2018-04-21 17:46:05 UTC
Description of problem:
FFU: post upgrade openstack-nova-consoleauth service is not disabled:

[root@controller-0 heat-admin]# systemctl status openstack-nova-consoleauth
● openstack-nova-consoleauth.service - OpenStack Nova VNC console auth Server
   Loaded: loaded (/usr/lib/systemd/system/openstack-nova-consoleauth.service; enabled; vendor preset: disabled)
   Active: inactive (dead) since Fri 2018-04-20 23:48:41 UTC; 17h ago
 Main PID: 2192 (code=exited, status=0/SUCCESS)

Apr 20 19:15:42 controller-0 systemd[1]: Starting OpenStack Nova VNC console auth Server...
Apr 20 19:15:57 controller-0 nova-consoleauth[2192]: Option "rpc_backend" from group "DEFAULT" is deprecated for removal.  Its value may be silently ignored in the future.
Apr 20 19:15:57 controller-0 systemd[1]: Started OpenStack Nova VNC console auth Server.
Apr 20 23:48:27 controller-0 systemd[1]: Stopping OpenStack Nova VNC console auth Server...
Apr 20 23:48:41 controller-0 systemd[1]: Stopped OpenStack Nova VNC console auth Server.


Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-8.0.2-0.20180416194360.29a5ad5.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. Deploy OSP10
2. Upgrade to OSP13 via the fast forward upgrade procedure
3. On controller nodes check openstack-nova-consoleauth service status:
systemctl status openstack-nova-consoleauth

Actual results:
Service is not disabled:
● openstack-nova-consoleauth.service - OpenStack Nova VNC console auth Server
   Loaded: loaded (/usr/lib/systemd/system/openstack-nova-consoleauth.service; enabled; vendor preset: disabled)

Expected results:
Service is disabled:
● openstack-nova-consoleauth.service - OpenStack Nova VNC console auth Server
   Loaded: loaded (/usr/lib/systemd/system/openstack-nova-consoleauth.service; disabled; vendor preset: disabled)


Additional info:

Comment 1 Marius Cornea 2018-04-21 18:33:38 UTC

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