diff options
author | Casey Bodley <cbodley@redhat.com> | 2019-05-14 14:30:59 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-06-03 19:07:41 +0200 |
commit | 8c8a706b6f4cb3b2a5b89aa1eb06b7e47909852d (patch) | |
tree | 6daa80c609b819873477ed6c828912a3b933ca81 /qa/tasks/s3a_hadoop.py | |
parent | qa/rgw: rgw task can override --rgw-dns-name on the command line (diff) | |
download | ceph-8c8a706b6f4cb3b2a5b89aa1eb06b7e47909852d.tar.xz ceph-8c8a706b6f4cb3b2a5b89aa1eb06b7e47909852d.zip |
qa/rgw: add dnsmasq back to s3a-hadoop
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'qa/tasks/s3a_hadoop.py')
-rw-r--r-- | qa/tasks/s3a_hadoop.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/tasks/s3a_hadoop.py b/qa/tasks/s3a_hadoop.py index 926ec26f56f..2240fee7d70 100644 --- a/qa/tasks/s3a_hadoop.py +++ b/qa/tasks/s3a_hadoop.py @@ -85,8 +85,8 @@ def task(ctx, config): run.Raw(hadoop_rel) ] ) - configure_s3a(remote, endpoint.hostname, access_key, secret_key, bucket_name, testdir) - setup_user_bucket(remote, endpoint.hostname, access_key, secret_key, bucket_name, testdir) + configure_s3a(remote, endpoint.dns_name, access_key, secret_key, bucket_name, testdir) + setup_user_bucket(remote, endpoint.dns_name, access_key, secret_key, bucket_name, testdir) if hadoop_ver.startswith('2.8'): # test all ITtests but skip AWS test using public bucket landsat-pds # which is not available from within this test |