]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
rgw.py: change --secret-key to --secret
authorJoe Buck <jbbuck@gmail.com>
Wed, 31 Jul 2013 21:05:49 +0000 (14:05 -0700)
committerJoe Buck <jbbuck@gmail.com>
Wed, 31 Jul 2013 21:18:20 +0000 (14:18 -0700)
commit8c8e9a1403d471d716f1ee2e46b0b5846cb089bb
tree15f655440f9e0107ecb933b50e6a33314bb0409e
parent1f7127b2431fe66453884373c22d57b65df982bf
rgw.py: change --secret-key to --secret

A 'user create' call was being passed to radosgw-admin
with '--secret-key' instead of the valid '--secret'
which was causing a random secret to be generated,
which was causing subsequent tests to fail.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
teuthology/task/rgw.py