Revision 9ac7842b snf-tools/synnefo_tools/burnin.py

b/snf-tools/synnefo_tools/burnin.py
2075 2075
    _mandatory_argument(opts.token, "--token")
2076 2076
    # `auth_url' is mandatory
2077 2077
    _mandatory_argument(opts.auth_url, "--auth-url")
2078
    # `system_images_user' is mandatory
2079
    _mandatory_argument(opts.system_images_user, "--system-images-user")
2080 2078

  
2081 2079
    if not opts.show_stale:
2080
        # `system_images_user' is mandatory
2081
        _mandatory_argument(opts.system_images_user, "--system-images-user")
2082 2082
        # `image-id' is mandatory
2083 2083
        _mandatory_argument(opts.force_imageid, "--image-id")
2084 2084
        if opts.force_imageid != 'all':

Also available in: Unified diff