diff options
author | Dan Prince <dprince@redhat.com> | 2015-02-06 07:37:30 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-02-06 08:39:05 -0500 |
commit | 4d470abc589c660cd55e4ced92de234fdf83d882 (patch) | |
tree | 18f6126badd870a0070c3e1431344b8fd1302fe0 /puppet/hieradata | |
parent | f8a9c530e0694b956fb5819dd46e38380ecc58e2 (diff) |
puppet: disable swift proxy and glance backend
We have an issue where swift.devices metadata isn't showing
up on our controllers. This causes ringbuilding to fail
meaning swift-proxy won't startup.
This patch disables the swift-proxy and glance swift backend
until we can figure out exactly what caused this change.
Change-Id: I723a4b703d979d7475ac48f41c4c0ac91c306884
Partial-bug: 1418805
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 39d2a487..5b94a312 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -43,7 +43,7 @@ swift::proxy::account_autocreate: true glance::api::pipeline: 'keystone' glance::api::known_stores: - glance.store.filesystem.Store - - glance.store.swift.Store +# - glance.store.swift.Store glance::registry::pipeline: 'keystone' glance::registry::manage_service: true glance::backend::swift::swift_store_create_container_on_put: true |