From cf061dd93a6e42bdb0d47bbd4145a0dc79427b5a Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Wed, 16 Dec 2015 15:20:55 +1300 Subject: [PATCH] fix typo in os_server security_groups description --- cloud/openstack/os_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/openstack/os_server.py b/cloud/openstack/os_server.py index 0d0c5566f96..546e2b1644f 100644 --- a/cloud/openstack/os_server.py +++ b/cloud/openstack/os_server.py @@ -77,7 +77,7 @@ options: security_groups: description: - Names of the security groups to which the instance should be - added. This may be a YAML list or a common separated string. + added. This may be a YAML list or a comma separated string. required: false default: None network: