From dbc860daaa466d97550d969536991105f0d3e826 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 2 Oct 2015 09:21:29 -0700 Subject: [PATCH] Fix docs build --- cloud/openstack/os_router.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/openstack/os_router.py b/cloud/openstack/os_router.py index 007201be193..3d4218d2d14 100644 --- a/cloud/openstack/os_router.py +++ b/cloud/openstack/os_router.py @@ -110,7 +110,7 @@ RETURN = ''' router: description: Dictionary describing the router. returned: On success when I(state) is 'present' - type dictionary + type: dictionary contains: id: description: Router ID. @@ -142,6 +142,7 @@ router: "ip_address": "10.6.6.99", "subnet_id": "4272cb52-a456-4c20-8f3c-c26024ecfa81" } + ] } routes: description: The extra routes configuration for L3 router.