[Cinder] set correct backup_swift_url

Change-Id: Id45e88f5466e2ddb8fd3d17e5291bef8ef841ad1
Resolves: rhbz#1232198
This commit is contained in:
Lukas Bezdicka
2015-06-17 13:40:40 +02:00
parent 33eb850676
commit 5fa5c0ab15

View File

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