Merge "Fix copy paste error in separate rabbitmq tests"

This commit is contained in:
Jenkins 2016-05-27 14:43:27 +00:00 committed by Gerrit Code Review
commit 9b17bd81ef
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")