From 9410b193e508c67852bee1880935a42b0869ca93 Mon Sep 17 00:00:00 2001 From: Victor Ryzhenkin Date: Mon, 12 Dec 2016 16:24:09 +0400 Subject: [PATCH] Update settings for murano_out_of_the_box snapshot Change-Id: Ie45cef891202f91791967b94f9913547e15ed8ba --- .../murano_plugin/test_murano_plugin_update.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/murano_plugin_tests/murano_plugin/test_murano_plugin_update.py b/murano_plugin_tests/murano_plugin/test_murano_plugin_update.py index 90fb065..aa88778 100644 --- a/murano_plugin_tests/murano_plugin/test_murano_plugin_update.py +++ b/murano_plugin_tests/murano_plugin/test_murano_plugin_update.py @@ -39,8 +39,18 @@ class TestMuranoPluginUpdate(api.MuranoPluginApi): """ self.env.revert_snapshot("ready_with_3_slaves") + opts = { + 'volumes_lvm': False, + 'volumes_ceph': True, + 'images_ceph': True, + 'objects_ceph': True, + 'ephemeral_ceph': True, + 'osd_pool_size': "1", + 'murano': True + } + self.helpers.create_cluster(name=self.__class__.__name__, - settings={'murano': True}) + opts=opts) self.helpers.deploy_cluster(self.only_controllers)