From bf9c3e0092fa437fcc09e6aa3f704457f4cc974a Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 2 Oct 2015 09:41:18 -0400 Subject: [PATCH] Add author to os_router --- lib/ansible/modules/cloud/openstack/os_router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/openstack/os_router.py b/lib/ansible/modules/cloud/openstack/os_router.py index 9be45d94ef..007201be19 100644 --- a/lib/ansible/modules/cloud/openstack/os_router.py +++ b/lib/ansible/modules/cloud/openstack/os_router.py @@ -26,6 +26,7 @@ module: os_router short_description: Create or delete routers from OpenStack extends_documentation_fragment: openstack version_added: "2.0" +author: "David Shrewsbury (@Shrews)" description: - Create or Delete routers from OpenStack. Although Neutron allows routers to share the same name, this module enforces name uniqueness