Revert "Remove murano from cluster_settings for system_tests"

This reverts commit 84856f39cc.

Murano still available out of the box and we need to test it.

Closes-Bug: #1572975
Change-Id: I16d9cefea40c78c318ac6bc6f796ac513d5b3012
This commit is contained in:
Victor Ryzhenkin 2016-04-21 10:51:16 +00:00
parent 84856f39cc
commit 36e5c016cd
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ class BaseActions(PrepareActions, HealthCheckActions, PluginsActions):
logger.info("Create env {}".format(
self.env_config['name']))
cluster_settings = {
"murano": self.env_settings['components'].get('murano', False),
"sahara": self.env_settings['components'].get('sahara', False),
"ceilometer": self.env_settings['components'].get('ceilometer',
False),