Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 189 Bytes

upgrade-cinder.md

File metadata and controls

9 lines (6 loc) · 189 Bytes

Upgrading Cinder

On your Cinder host:

openstack-service stop cinder
yum -d1 -y upgrade \*cinder\*
openstack-db --service cinder --update
openstack-service start cinder