From 8d293651dfa87555d6731588515d28b27a640285 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 16 Dec 2015 08:06:29 -0800 Subject: [PATCH] Fix os_server docs build --- lib/ansible/modules/cloud/openstack/os_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index 39b8086a87..b5eaa75698 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -95,8 +95,8 @@ options: be attached. Networks may be referenced by net-id/net-name/port-id or port-name. - 'Also this accepts a string containing a list of (net/port)-(id/name) - Eg: nics: "net-id=uuid-1,port-name=myport"' - Only one of network or nics should be supplied. + Eg: nics: "net-id=uuid-1,port-name=myport" + Only one of network or nics should be supplied.' required: false default: None auto_ip: