Fix incorrect deployment mode in helpers

- ha -> ha_compact

Change-Id: Ife8cf78c30b7497461c20170853ed94a879e3d39
This commit is contained in:
Victor Ryzhenkin 2016-07-14 16:09:46 +03:00
parent b1d713ed70
commit 6ac2a3f4d3
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class PluginHelper(object):
self._cluster_id = self.env.fuel_web.create_cluster(
name=name,
settings=settings,
mode='ha',
mode='ha_compact',
configure_ssl=ssl)
return self._cluster_id