From 2a6d361d8151be46fcc50962ad22529e3318b3be Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 7 Feb 2017 09:23:39 -0800 Subject: [PATCH] Fix bup user for ethercalc backups This was a failed copy pasta from the etherpad bup setup. Update to use the bup-ethercalc01 user configured on the backup server. Change-Id: Ic1112a6051e526c71c3cdb6751b1aac66c1b1509 --- modules/openstack_project/manifests/ethercalc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/ethercalc.pp b/modules/openstack_project/manifests/ethercalc.pp index 764f50d336..91bfd0ea4e 100644 --- a/modules/openstack_project/manifests/ethercalc.pp +++ b/modules/openstack_project/manifests/ethercalc.pp @@ -28,7 +28,7 @@ class openstack_project::ethercalc ( # is required like with mysql. include bup bup::site { 'rs-ord': - backup_user => 'bup-etherpad', + backup_user => 'bup-ethercalc01', backup_server => 'ci-backup-rs-ord.openstack.org', } }