Changes argspec to no longer enforce strict int (#48901)

The route domain parent can be a string instead of an int. this patch
chanes the argspec to allow this.
pull/48915/head
Tim Rupp 6 years ago committed by GitHub
parent 8d2beea1cf
commit fdb5b124fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -673,7 +673,7 @@ class ArgumentSpec(object):
id=dict(type='int'),
description=dict(),
strict=dict(type='bool'),
parent=dict(type='int'),
parent=dict(),
vlans=dict(type='list'),
routing_protocol=dict(
type='list',

Loading…
Cancel
Save