From 1b58806a6214f01af74785f5d7791984b7180ce1 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 30 Jan 2017 10:20:32 +0000 Subject: Reduce number of steps for upgrades We don't need all the steps currently enabled for either batched or concurrent updates, so decrease them. In future we can perhaps introspect the task tags during plan creation and set these dynamically. Change-Id: I0358886a332dfbecd03bc4a67086b08d25756c22 Partially-Implements: blueprint overcloud-upgrades-per-service --- puppet/services/keystone.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet/services/keystone.yaml') diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index b989d502..7da4a9c2 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -313,8 +313,5 @@ outputs: - name: Sync keystone DB tags: step5 command: keystone-manage db_sync - - name: Start keystone service (running under httpd) - tags: step6 - service: name=httpd state=started metadata_settings: get_attr: [ApacheServiceBase, role_data, metadata_settings] -- cgit 1.2.3-korg