Merge "fix typo in code"

This commit is contained in:
Jenkins 2016-10-18 10:38:55 +00:00 committed by Gerrit Code Review
commit 6c0f2cbb53
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class TestManilaIntegration(TestBasic):
self.fuel_web.update_nodes(
cluster_id,
{'slave-01': ['controller', 'mongo'],
'slave-02': ['mongo', 'manila_data', 'manila-share'],
'slave-02': ['mongo', 'manila-data', 'manila-share'],
'slave-03': ['cinder', 'mongo'],
'slave-04': ['compute'],
'slave-05': ['compute']