Added flags for Federated objects used in GLSB (#27531)

This commit is contained in:
Gaurav Rastogi 2017-08-01 10:51:01 -07:00 committed by Chris Alfonso
commit 23ec711494
12 changed files with 140 additions and 45 deletions

View file

@ -94,9 +94,6 @@ options:
- Allowed hmac list for ssh to the management interface on the controller and service engines.
- If this is not specified, all the default hmacs are allowed.
- Ssh -q mac provides the list of default hmacs supported.
tech_support_uploader_configuration:
description:
- Techsupportuploaderconfiguration settings for systemconfiguration.
url:
description:
- Avi controller URL of the object.
@ -150,7 +147,6 @@ def main():
snmp_configuration=dict(type='dict',),
ssh_ciphers=dict(type='list',),
ssh_hmacs=dict(type='list',),
tech_support_uploader_configuration=dict(type='dict',),
url=dict(type='str',),
uuid=dict(type='str',),
)