PEP8 compliancy for os_server_volume module (#32306)

This commit is contained in:
Aniket Khisti 2017-10-29 14:15:32 +05:30 committed by Ganesh Nalawade
parent b456e637e0
commit 27694f6909
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
#coding: utf-8 -*-
# coding: utf-8 -*-
# Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
@ -88,6 +88,7 @@ def _system_state_change(state, device):
return False
return False
def main():
argument_spec = openstack_full_argument_spec(
server=dict(required=True),

View file

@ -94,7 +94,6 @@ lib/ansible/modules/cloud/openstack/os_nova_flavor.py
lib/ansible/modules/cloud/openstack/os_quota.py
lib/ansible/modules/cloud/openstack/os_security_group_rule.py
lib/ansible/modules/cloud/openstack/os_server.py
lib/ansible/modules/cloud/openstack/os_server_volume.py
lib/ansible/modules/cloud/openstack/os_stack.py
lib/ansible/modules/cloud/ovh/ovh_ip_loadbalancing_backend.py
lib/ansible/modules/cloud/ovirt/ovirt_affinity_group.py