commit aa4d42f13ca984b45a76fe2b993fd422fe51c6f8 Author: yatinkarel Date: Mon Oct 12 11:40:15 2020 +0530 [Victoria Only] Fix reference for ceph in Puppetfile https://review.opendev.org/#/c/757169/ wrongly updated ceph ref for stable/victoria, this patch fixes it. Change-Id: Ifee91fe44dd2d348c1df694609e68b4557a4a15c diff --git a/Puppetfile b/Puppetfile index 80f5b3f..045aa5c 100644 --- a/Puppetfile +++ b/Puppetfile @@ -15,7 +15,7 @@ mod 'ceilometer', mod 'ceph', :git => 'https://opendev.org/openstack/puppet-ceph', - :ref => 'stable/victoria' + :ref => 'master' mod 'cinder', :git => 'https://opendev.org/openstack/puppet-cinder',