packstack/packstack/puppet/modules/packstack/manifests/cinder/backup.pp

13 lines
322 B
Puppet

class packstack::cinder::backup ()
{
class { 'cinder::backup': }
$cinder_backup_conf_ctrl_host = hiera('CONFIG_KEYSTONE_HOST_URL')
class { 'cinder::backup::swift':
backup_swift_url => "http://${cinder_backup_conf_ctrl_host}:8080/v1/AUTH_",
}
Class['cinder::api'] ~> Service['cinder-backup']
}