You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud
Mike Mochan 6d52d84af7 New AWS module for managing VPC Network ACLs (#1502)
* New AWS module for managing VPC Networks ACLs

Moved return  outside of try block

botocore.exceptions to support python 2.5

For some reason Travis is using Python V2.4 to run the tests - My code is valid

duplicate file

* Fixed NameError Exception- module not being passed when calling some boto3 client methods

* Fixes a bug reported by @dennisconrad, where the nacl is not created when subnets list is empty

* nacl property changed to name and fixes a bug where nacl is not deleted when subnets list is empty

* Updates to version and requirements

* Fix 'vpc' param to 'vpc_id' to match documentation and convention
10 years ago
..
amazon New AWS module for managing VPC Network ACLs (#1502) 10 years ago
azure azure_rm_deployment: fix docs and move import utils near main() 10 years ago
centurylink added missing : to docs 10 years ago
cloudstack Merge pull request #2185 from resmo/feature/cs_router 10 years ago
google Use type=path for pem_file, since that's a file (#1934) 10 years ago
lxc Use a python3 compatible notation for octal (#2238) 10 years ago
misc change netif type to dict and update example (#2187) 10 years ago
openstack Merge pull request #1967 from rcarrillocruz/os_project_facts 10 years ago
profitbricks Merge pull request #805 from StackPointCloud/module/profitbricks-volume-actions 10 years ago
rackspace Merge pull request #268 from smashwilson/rax_clb_ssl 11 years ago
smartos added return docs 10 years ago
softlayer Update sl_vm.py (#2267) 10 years ago
vmware Move the import of get_exception to pycompat24 10 years ago
webfaction type should be 'list' not the default of 'string' 10 years ago
__init__.py package files 11 years ago
xenserver_facts.py sys.exit removal for cloud/xenserver_facts.py 10 years ago