]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: use config overrides for vault kms backend 30940/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 15 Oct 2019 15:29:30 +0000 (11:29 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 15 Oct 2019 15:30:22 +0000 (11:30 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/crypt/2-kms/vault.yaml
qa/tasks/rgw.py

index dd9d0b01cf57599148c48b16efe4efc97036a5b0..b7168acfe19d7c34a95897169dc275b5aa2a1231 100644 (file)
@@ -1,4 +1,9 @@
 overrides:
+  ceph:
+    conf:
+      client:
+        rgw crypt s3 kms backend: vault
+        rgw crypt vault auth: token
   rgw:
     client.0:
       use-vault-role: client.0
index 46beda900eab8893e9c1ce43fa4cdc556cb5d20d..2f6de79a94e08b95eaed35a91d76fd6f508cce08 100644 (file)
@@ -140,8 +140,6 @@ def start_rgw(ctx, config, clients):
             ctx.cluster.only(client).run(args=['cat', token_path])
 
             rgw_cmd.extend([
-                '--rgw_crypt_s3_kms_backend', 'vault',
-                '--rgw_crypt_vault_auth', 'token',
                 '--rgw_crypt_vault_addr', "{}:{}".format(*ctx.vault.endpoints[vault_role]),
                 '--rgw_crypt_vault_token_file', token_path
             ])