aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-06 16:25:44 +0000
committerGerrit Code Review <review@openstack.org>2017-01-06 16:25:44 +0000
commit431d0d66d7874d1f781ec516b10786f07e6a9d4d (patch)
tree8172212fddd02a28d2bb0f53daee3943257fe95b
parent8c990738900cd74c2c5c046435517393d1afb92e (diff)
parenta59aa24ad3b3bb3acbdedffd34c8e082d971a7a5 (diff)
Merge "glance/api: cleanup on dbsync"
-rw-r--r--manifests/profile/base/glance/api.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/profile/base/glance/api.pp b/manifests/profile/base/glance/api.pp
index bfa9572..8945fff 100644
--- a/manifests/profile/base/glance/api.pp
+++ b/manifests/profile/base/glance/api.pp
@@ -77,14 +77,7 @@ class tripleo::profile::base::glance::api (
include ::glance::config
class { '::glance::api':
stores => $glance_store,
- sync_db => false,
- }
- # When https://review.openstack.org/#/c/408554 is merged,
- # Remove this block and set sync_db to $sync_db in glance::api.
- if $sync_db {
- class { '::glance::db::sync':
- extra_params => '',
- }
+ sync_db => $sync_db,
}
$rabbit_endpoints = suffix(any2array($rabbit_hosts), ":${rabbit_port}")
class { '::glance::notify::rabbitmq' :