diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-20 13:13:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-20 13:13:56 +0000 |
commit | dfa0db9c7f5ece0914be616f963bf871563e6a1c (patch) | |
tree | 11daeacdf256a25a41cb5aa49352719ba0cd4fcb /manifests/profile/pacemaker/glance.pp | |
parent | e121f195c8e8e33650b5b8a6472191b3f6ea5d21 (diff) | |
parent | 5927148c4b5813180204c2983b5c95b69a2ad265 (diff) |
Merge "Make ::tripleo::profile::base classes work with multiple nodes"
Diffstat (limited to 'manifests/profile/pacemaker/glance.pp')
-rw-r--r-- | manifests/profile/pacemaker/glance.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/profile/pacemaker/glance.pp b/manifests/profile/pacemaker/glance.pp index 10f4f03..91fddf6 100644 --- a/manifests/profile/pacemaker/glance.pp +++ b/manifests/profile/pacemaker/glance.pp @@ -76,9 +76,7 @@ class tripleo::profile::pacemaker::glance ( } include ::tripleo::profile::base::glance::api - class { '::tripleo::profile::base::glance::registry': - sync_db => $pacemaker_master, - } + include ::tripleo::profile::base::glance::registry if $step >= 4 { if $glance_backend == 'file' and $glance_file_pcmk_manage { |