Fix RETURN document to be a valid yaml

This commit is contained in:
Hiroaki Nakamura 2016-05-11 07:37:34 +09:00 committed by Matt Clay
parent dc9905a8de
commit 669a9838d5

View file

@ -99,8 +99,7 @@ lxd_container:
type: object
contains:
addresses:
description: mapping from the network device name to a list
of IPv4 addresses in the container
description: mapping from the network device name to a list of IPv4 addresses in the container
returned: when state is started or restarted
type: object
sample: {"eth0": ["10.155.92.191"]}
@ -108,7 +107,7 @@ lxd_container:
description: the old state of the container
returned: when state is started or restarted
sample: "stopped"
logs": ["started"],
logs:
description: list of actions performed for the container
returned: success
type: list