Merge "Enable breaking test for adopt operation"

This commit is contained in:
Jenkins 2014-10-08 04:28:28 +00:00 committed by Gerrit Code Review
commit c985c0a5a1

View File

@ -547,6 +547,7 @@ class StackServiceCreateUpdateDeleteTest(HeatTestCase):
self.m.VerifyAll()
def test_stack_adopt_with_params(self):
cfg.CONF.set_override('enable_stack_adopt', True)
template = {
"heat_template_version": "2013-05-23",
"parameters": {"app_dbx": {"type": "string"}},