community.general/lib/ansible/modules/cloud/rackspace
Vladimir Mihailenco 2bdfea4a43 rackspace: set headers when uploading files to CF.
Otherwise CDN (Akamai) downloads file without the headers. The sequence
is following:
1. Ansible uploads file to CF.
2. Akamai downloads the file and caches it in CDN.
3. Ansible sets headers.

As a result Akamai serves file without headers.

This is backwards incompatible change, because headers keys are not
prefixed with `x-object-meta-`. Which allows user to set headers like
`Access-Control-Allow-Origin`.
2016-12-08 11:23:59 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
rax.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_cbs.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_cbs_attachments.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_cdb.py added version added to new rax_cdb choices 2016-12-08 11:23:40 -05:00
rax_cdb_database.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_cdb_user.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_clb.py Updated author data for modules 2016-12-08 11:23:08 -05:00
rax_clb_nodes.py Updated author data for modules 2016-12-08 11:23:08 -05:00
rax_dns.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_dns_record.py Makes rax_dns_record override default to true 2016-12-08 11:23:59 -05:00
rax_facts.py Preventing servers that are deleted and left in the deleted state from being included in the server list 2016-12-08 11:23:32 -05:00
rax_files.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_files_objects.py rackspace: set headers when uploading files to CF. 2016-12-08 11:23:59 -05:00
rax_identity.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_keypair.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_meta.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_network.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_queue.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
rax_scaling_group.py Add wait and wait_timeout options for provisioning servers 2016-12-08 11:23:28 -05:00
rax_scaling_policy.py Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00