From 9a7d40ab47844eaa43428363c0b41317272775be Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 17 Nov 2016 15:58:21 +0000 Subject: [PATCH] Revert "Fix centos7 ci" Once RDO promotion goes through with the correct dependencies this patch should be merged as this fix was a temporary solution. This reverts commit 77595716f92fe63fcf9f1658ae329bd7ea02b6f8. Change-Id: I342e8ffbe1bc7bab8e9ab4f93b008b2d278dd590 --- spec/acceptance/watcher_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/acceptance/watcher_spec.rb b/spec/acceptance/watcher_spec.rb index c1e4d6d..43dee24 100644 --- a/spec/acceptance/watcher_spec.rb +++ b/spec/acceptance/watcher_spec.rb @@ -38,10 +38,6 @@ describe 'basic watcher' do # in Debian experimental repo. It will be safer if tests are going only # on RedHat osfamily. Ubuntu tests will be added later. if $::osfamily == 'RedHat' { - # TODO(zhongshengping): a hack to get pass - package { 'python2-oslo-versionedobjects': - ensure => present, - } class { '::watcher::db': database_connection => 'mysql+pymysql://watcher:a_big_secret@127.0.0.1/watcher?charset=utf8', }