Bug 991801

Summary: Warning message for installing RDO kernel needs to be adjusted
Product: [Community] RDO Reporter: Perry Myers <pmyers>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED CURRENTRELEASE QA Contact: yeylon <yeylon>
Severity: low Docs Contact:
Priority: medium    
Version: unspecifiedCC: aortega, derekh, srevivo, twilson
Target Milestone: Milestone3   
Target Release: Havana   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-packstack-2013.2.1-0.11.dev806.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 23:00:15 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 Perry Myers 2013-08-04 13:18:41 UTC
Description of problem:
Current warning message if you install the RDO netns enabled kernel is:

"* Kernel package with netns support has been installed on host 192.168.102.222. Please note that with this action you are loosing Red Hat support for this host. Because of the kernel update host mentioned above requires reboot."

Please rephrase this to:

* The RDO kernel that includes network namespace (netns) support has been installed on host X.  This is a community supplied kernel and is not officially supported by Red Hat.  Installing this kernel on RHEL systems may impact your ability to get support from Red Hat.

The second comment there:
"Because of the kernel update host mentioned above requires reboot"

The instructions on the Neutron-Quickstart advise users to yum update prior to running packstack and reboot.  So, in many cases a reboot after running packstack is not necessary because the user did it already.

packstack should check uname to see if the kernel running matches the kernel just installed, and recommend reboot only if really needed.