[Cinder] set correct backup_swift_url
Change-Id: Id45e88f5466e2ddb8fd3d17e5291bef8ef841ad1 Resolves: rhbz#1232198
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user