From 9d4a169004c1ed1a55c70a304f4813e6a9ccdc50 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Thu, 15 Oct 2015 19:27:06 +0300 Subject: [PATCH] Remove workaround for Sahara Bug #1356053 was fixed in upstream and now we don't need specify another service type for Sahara service. Change-Id: I2d95f17a27bab3871ca561e6480655696df7557d --- fixtures/scenario002.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index 6e38c273f..53af45341 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -253,8 +253,6 @@ class { '::sahara::db::mysql': } class { '::sahara::keystone::auth': password => 'a_big_secret', - # because of bug 1356053 - service_type => 'data_processing', } class { '::sahara': database_connection => 'mysql://sahara:sahara@127.0.0.1/sahara?charset=utf8',