In this scenario, you upgrade one service at a time.
Perform the necessary pre-upgrade steps.
Upgrade each of your services, following the process described above. The following is a reasonable order in which to perform the upgrade:
The procedure for upgrading an individual OpenStack service looks like this:
# openstack-service stop <service>
Upgrade the packages that provide that service:
# yum upgrade \*<service>\*
# openstack-service start <service>
Some of the above services need additional steps beyond the standard process described above; follow the links in the list of services to see these instructions.
Perform the necessary post-upgrade steps.