aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/keystone.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-01-30 10:20:32 +0000
committerSteven Hardy <shardy@redhat.com>2017-02-03 11:43:47 +0000
commit1b58806a6214f01af74785f5d7791984b7180ce1 (patch)
tree2eecacd9a059ab16d92986db6cae025365ce8fdd /puppet/services/keystone.yaml
parentefa4c0ffd2000c0b2f14679caaf781e28150f248 (diff)
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
Diffstat (limited to 'puppet/services/keystone.yaml')
-rw-r--r--puppet/services/keystone.yaml3
1 files changed, 0 insertions, 3 deletions
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]