openstack-ansible-os_swift/tests/s3cfg.j2
Charles Farquhar ea0d7bdb3e Add basic functional testing for swift3
This commit adds the following swift3 functional testing:

 1. Install and configure `s3cmd` utility
 2. Verify bucket creation
 3. Verify object upload
 4. Verify object listing
 5. Verify object and bucket deletion

Change-Id: I6290e8b02004f6c518983700a6439d28fbd127a4
Co-Authored-By: Jean-Philippe Evrard <jean-philippe@evrard.me>
2018-02-16 09:48:06 +00:00

8 lines
199 B
Django/Jinja

[default]
access_key = "{{ ec2_access_key }}"
host_base = "{{ ansible_host }}:8080"
host_bucket = "{{ ansible_host }}:8080"
secret_key = "{{ ec2_secret_key }}"
signature_v2 = True
use_https = False