Update settings for murano_out_of_the_box snapshot

Change-Id: Ie45cef891202f91791967b94f9913547e15ed8ba
This commit is contained in:
Victor Ryzhenkin 2016-12-12 16:24:09 +04:00
parent cde50fe4be
commit 9410b193e5
1 changed files with 11 additions and 1 deletions

View File

@ -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)