Change server console output format to JSON
Change-Id: I5cc5c51a3dabb78adbb5a3042199d550fb9603e3
This commit is contained in:
parent
b06ce3ae6f
commit
54cfaa673e
@ -186,7 +186,7 @@ class ServerStackFixture(heat.HeatStackFixture):
|
||||
# pylint: disable=protected-access
|
||||
return tobiko.details_content(
|
||||
content_id=self.fixture_name,
|
||||
get_yaml=lambda: self.server_details._info)
|
||||
get_json=lambda: self.server_details._info)
|
||||
|
||||
def _get_console_output_content(self):
|
||||
return tobiko.details_content(
|
||||
|
Loading…
x
Reference in New Issue
Block a user