Mv gabbi_pipeline.yaml into test directories

Otherwise people may think that it is available for installation. It
is not, it is for testing only.

Change-Id: Iad19536fba569c6a9d43c07c64746e7f6ffde986
This commit is contained in:
Chris Dent 2015-11-03 16:30:01 +00:00
parent 3198eb64d9
commit 94ce728f31
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ConfigFixture(fixture.GabbiFixture):
# A special pipeline is required to use the direct publisher.
conf.set_override('pipeline_cfg_file',
'etc/ceilometer/gabbi_pipeline.yaml')
'ceilometer/tests/functional/gabbi_pipeline.yaml')
database_name = '%s-%s' % (db_url, str(uuid.uuid4()))
conf.set_override('connection', database_name, group='database')