Horizon: turn on SWIFT_ENABLED option if swift backend is used

This commit is contained in:
Michael Polenchuk 2012-12-28 11:43:45 +04:00
parent 3721aa6dae
commit 9bbb99401d
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ local0.* -/var/log/haproxy.log'
cinder => $cinder,
manage_volumes => $manage_volumes,
nv_physical_volume => $nv_physical_volume,
# turn on SWIFT_ENABLED option for Horizon dashboard
swift => $glance_backend ? { 'swift' => true, default => false },
}
class { 'openstack::auth_file':