]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: s3a-hadoop: fix user creation
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 3 Dec 2019 17:22:26 +0000 (09:22 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 28 Jan 2020 18:20:39 +0000 (10:20 -0800)
This breaks with the new more strict radosgw-admin command line parsing

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
qa/tasks/s3a_hadoop.py

index 9ac5517bd0d3126bae7027a10d9b490cdf42a671..4e414eeafb6e647bcfeb9dcd7f9da74dc6f102dc 100644 (file)
@@ -136,7 +136,7 @@ def setup_user_bucket(client, dns_name, access_key, secret_key, bucket_name, tes
             'create',
             run.Raw('--uid'),
             's3a',
-            run.Raw('--display-name=s3a cephtests'),
+            run.Raw('--display-name="s3a cephtests"'),
             run.Raw('--access-key={access_key}'.format(access_key=access_key)),
             run.Raw('--secret-key={secret_key}'.format(secret_key=secret_key)),
             run.Raw('--email=s3a@ceph.com'),