aci_config_snapshot: Fix bug with filter_target (#35141)

This commit is contained in:
Dag Wieers 2018-01-20 22:49:59 +01:00 committed by GitHub
parent 192c0dc9d1
commit 4b8e76747e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ def main():
subclass_1=dict(
aci_class='configSnapshot',
aci_rn='snapshot-{0}'.format(snapshot),
filter_target='(configSnapshot.name, "{0}")'.format(snapshot),
filter_target='eq(configSnapshot.name, "{0}")'.format(snapshot),
module_object=snapshot,
),
)