tempest relies on `frontend_prefix: /swift` to serve the swift api from
the root path
s3tests relies on the same for s3. move the frontend_prefix
override into the tempest task so it doesn't apply to s3tests
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
c19aab4c31e89defca9409440463f4654b6cafd5)
description: Swift Service
- rgw:
client.0:
- frontend_prefix: /swift
use-keystone-role: client.0
+overrides:
+ rgw:
+ client.0:
+ # tempest tests expect the swift api at the root
+ frontend_prefix: /swift
+
tasks:
- tempest:
client.0: