Fix copy paste error in separate rabbitmq tests

Change-Id: Ie2d28a73dc3262d77abcab9309421a59040fc5f6
This commit is contained in:
Dmitry Mescheryakov 2016-05-25 16:28:33 +03:00
parent 4447e37631
commit 0d063ba2ce
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class SeparateRabbit(TestBasic):
self.check_run("separate_rabbit_service")
checkers.check_plugin_path_env(
var_name='SEPARATE_SERVICE_RABBIT_PLUGIN_PATH',
plugin_path=settings.SEPARATE_SERVICE_KEYSTONE_PLUGIN_PATH
plugin_path=settings.SEPARATE_SERVICE_RABBIT_PLUGIN_PATH
)
self.env.revert_snapshot("ready_with_9_slaves")