Fix noop rspec tests for openstack-cinder

We need to adjust openstack-cinder rspec test according to recent
changes related to os_workers fact:
I5cc4d70b902eeaa1c9cf42911606eba13dd84aa2

Disabling system tests synce this patch affects only noop tests.
Fuel-CI: disable

Change-Id: I94a0d48ead045bb84e5afb1a7bc5c904dc4cbe01
Partial-bug: #1638974
This commit is contained in:
Aleksandr Didenko 2016-11-03 18:43:21 +01:00
parent 2cd11d3a50
commit 30cdded01e
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ describe manifest do
shared_examples 'catalog' do
max_pool_size = 20
max_pool_size = 10
max_retries = '-1'
max_overflow = 20
max_overflow = 10
cinder_hash = Noop.hiera_structure 'cinder'
ceilometer_hash = Noop.hiera_structure 'ceilometer'
workers_max = Noop.hiera 'workers_max'