diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-01 10:22:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 10:22:31 -0500 |
commit | b66f8b9b5f12333cd962ae9b7d1f41049343146a (patch) | |
tree | 268804ac05c9b292e824c1c06160c7a29360e43c /roles | |
parent | 18b741935c1a68ba02734ac24629d1cc25027a0b (diff) | |
parent | bd6445c9b9582687114d66873542d0d6a8cfa179 (diff) | |
download | openshift-b66f8b9b5f12333cd962ae9b7d1f41049343146a.tar.gz openshift-b66f8b9b5f12333cd962ae9b7d1f41049343146a.tar.bz2 openshift-b66f8b9b5f12333cd962ae9b7d1f41049343146a.tar.xz openshift-b66f8b9b5f12333cd962ae9b7d1f41049343146a.zip |
Merge pull request #6326 from mtnbikenc/fix-glusterfs-checkpoint
Fix glusterfs checkpoint info
Diffstat (limited to 'roles')
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 57444a2a5..3cb1fa8d0 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -74,7 +74,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_glusterfs': { 'title': 'GlusterFS Install', - 'playbook': 'playbooks/byo/openshift-glusterfs/config.yml' + 'playbook': 'playbooks/openshift-glusterfs/config.yml' }, 'installer_phase_hosted': { 'title': 'Hosted Install', |