Fix nit
This commit is contained in:
parent
895ad999b5
commit
f591bba0e3
@ -59,7 +59,7 @@ class KeystoneFIDServiceProvides(Endpoint):
|
||||
'endpoint.{endpoint_name}.changed.tls-enabled'),
|
||||
)
|
||||
if all_flags_set(*flags):
|
||||
for flag in (flags):
|
||||
for flag in flags:
|
||||
clear_flag(flag)
|
||||
set_flag(self.expand_name('{endpoint_name}.available'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user