Skip to content

delete_gateway command of syndicate tool does not behave properly #24

@iychoi

Description

@iychoi
iychoi@demo1:~/appspot_ms$ syndicate delete_gateway ag_imicrobe
Help for 'delete_gateway':

   Delete a gateway.
   
   Positional arguments:
      name (str):
         The name of the gateway to delete.
   
   Returns:
      True on success.
      Raises an exception on error.
   
   Authorization:
      An administrator can delete any gateway.
      A volume oner can delete any gateway in the volumes (s)he owns.
      A user cannot delete the gateway.
      
   Remarks:
      Syndicate should generate 'cert_bundle_b64'
      as a keyword argument, which contains the base64-encoded serialized 
      cert bundle version vector for this volume.
   
iychoi@demo1:~/appspot_ms$ syndicate delete_gateway ag_imicrobe
true
iychoi@demo1:~/appspot_ms$ 

When the command issued first time, it returns usage (which generally means error) then it returns true for repeating commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions