Merge "Stop openstack-nova-compute during nova-ironic upgrade"

This commit is contained in:
Jenkins 2017-03-28 17:44:18 +00:00 committed by Gerrit Code Review
commit 85d71f9037
1 changed files with 4 additions and 0 deletions

View File

@ -51,3 +51,7 @@ outputs:
nova::scheduler::filter::scheduler_host_manager: 'ironic_host_manager' nova::scheduler::filter::scheduler_host_manager: 'ironic_host_manager'
step_config: | step_config: |
include tripleo::profile::base::nova::compute::ironic include tripleo::profile::base::nova::compute::ironic
upgrade_tasks:
- name: Stop openstack-nova-compute service
tags: step1
service: name=openstack-nova-compute state=stopped enabled=no