diff --git a/manifests/aodh.pp b/manifests/aodh.pp index b5ca990c1..ca54276f7 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -79,4 +79,8 @@ class openstack_integration::aodh { class { '::aodh::evaluator': } class { '::aodh::db::sync': } + # TODO: remove this workaround after this bug is solved + # https://bugs.launchpad.net/aodh/+bug/1585267 + aodh_config { 'api/enable_combination_alarms': value => true; } + } diff --git a/manifests/repos.pp b/manifests/repos.pp index 70502781c..200e075ed 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -21,7 +21,7 @@ class openstack_integration::repos { manage_epel => false, repo_hash => { 'newton-current' => { - 'baseurl' => 'https://trunk.rdoproject.org/centos7-master/df/47/df479520d42cdb40cc52e16ac67f5a55532a617a_eb829029/', + 'baseurl' => 'https://trunk.rdoproject.org/centos7-master/b5/75/b5751c2d433224227dedffad25094535138f18da_56c5cddd/', 'descr' => 'Newton current', 'gpgcheck' => 'no', 'priority' => 1,