Switch to stateless rather than stateful for flag
This commit is contained in:
parent
ecba1f60e1
commit
227abac9b5
@ -118,7 +118,7 @@ def storage_backend(rel_id=None):
|
||||
relation_id=rel_id,
|
||||
backend_name=service_name(),
|
||||
subordinate_configuration=json.dumps(CephSubordinateContext()()),
|
||||
stateful=False,
|
||||
stateless=True,
|
||||
)
|
||||
|
||||
|
||||
|
@ -137,5 +137,5 @@ class TestCinderHooks(CharmTestCase):
|
||||
relation_id=None,
|
||||
backend_name='test',
|
||||
subordinate_configuration=json.dumps({'test': 1}),
|
||||
stateful=False,
|
||||
stateless=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user