Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1052742

Summary: [Doc] Issues with the upgrade process- 3 to 4
Product: Red Hat OpenStack Reporter: Summer Long <slong>
Component: doc-Release_NotesAssignee: Summer Long <slong>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.0CC: yeylon
Target Milestone: z1Keywords: Documentation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-15 23:40:07 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:
Bug Depends On:    
Bug Blocks: 1049118    

Description Summer Long 2014-01-14 00:04:23 UTC
Description of problem:

Issue from Roey Dekel:
4.2.3.       keystone-manage token_flush
              Need to be added for the same reasons as for 4.3 Table -
              1.Identity. Notice you need to upgrade keystone in order to use
              it.
Comment by Lars Kellogg-Stedman: Sure, it makes sense to add it here, too.  It may decrease the time required for the db sync operation.  I would add it after the yum upgrade in 4.2 step 4.
=====================================================================
Issue from Roey Dekel:
4.3 Table:
 1. Identity  change order of commands:
              # yum -d1 -y upgrade \*keystone\* before # keystone-manage
              token_flush
              This affects the 4.2.3. comment also.
Comment by Lars Kellogg-Stedman: This should probably be:
  openstack-service stop keystone
  yum -d1 -y upgrade \*keystone\*
  keystone-manage token-flush
  openstack-db --service keystone --update
  openstack-service start keystone

That is, it's probably best to stop the keystone service before the
package upgrade.
=====================================================================
Issue from Roey Dekel:
 4.3.2.       Need to be added to same page as 4.3
              It's confusing to move to the next page (I though that each page
              is for a method)

------------------------------------------------------------
Version-Release number of selected component (if applicable):
4.0 GA

Expected results:


Additional info:

Comment 2 Summer Long 2014-01-21 04:04:23 UTC
Deepti's peer reviewed and verified.