Fix mistake in a murano plugin name

- Replace 'detach_murano' to 'detach-murano'

Change-Id: I57dcc13d572e96c226b07f3089ccbcf3081407c0
This commit is contained in:
Victor Ryzhenkin 2016-06-16 16:59:09 +03:00
parent b1c34f657e
commit 214900bf11
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class MuranoPlugin(TestBasic):
cfapi=False,
glare=False,
apps_url='http://storage.apps.openstack.org/'):
plugin_name = 'detach_murano'
plugin_name = 'detach-murano'
assert_true(
self.fuel_web.check_plugin_exists(cluster_id, plugin_name),