From aa1e8b8b055a2e8d804a8895cdf370f550be94db 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 --- cloud/openstack/os_router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/openstack/os_router.py b/cloud/openstack/os_router.py index 9be45d94ef7..007201be193 100644 --- a/cloud/openstack/os_router.py +++ b/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