Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 286 Bytes

upgrade-nova.md

File metadata and controls

16 lines (8 loc) · 286 Bytes

Upgrading Nova

  1. On all hosts running Nova services:

    openstack-service stop nova
    yum -d1 -y upgrade \*nova\*
    
  2. On your Nova API host:

    openstack-db --service nova --update
    
  3. On all your hosts running Nova services:

     openstack-service start nova