diff --git a/lib/ansible/modules/cloud/openstack/os_project_access.py b/lib/ansible/modules/cloud/openstack/os_project_access.py index a0e125c8a8e..de0c8fbde2a 100644 --- a/lib/ansible/modules/cloud/openstack/os_project_access.py +++ b/lib/ansible/modules/cloud/openstack/os_project_access.py @@ -13,6 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . +from __future__ import (absolute_import, division, print_function) +__metaclass__ = type + ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], 'supported_by': 'community'} @@ -44,6 +47,9 @@ options: resource_name: description: - The resource name (eg. tiny). + availability_zone: + description: + - The availability zone of the resource. requirements: - "shade"