Opened 10 years ago
#185 new
Listresources geni_compress should default to false
Reported by: | ahelsing@bbn.com | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | AM | Version: | SPIRAL5 |
Keywords: | Cc: | ||
Dependencies: |
Description
Per AM API v2, the geni_compressed
option to ListResources should default to False
.
However, ExoGENI treats it as True
.
See http://groups.geni.net/geni/wiki/GAPI_AM_API_V2_DETAILS#Arguments1
Symptom:
10:34:29 DEBUG omni: Doing listresources with 1 creds, options {'geni_rspec_version': {'version': '3', 'type': 'GENI'}, 'geni_available': False} 10:34:46 DEBUG omni: Not wellformed XML: not well-formed (invalid token): line 1, column 12 10:34:46 DEBUG omni: Decompressed RSpec
Note no geni_compressed
was sent. Omni tried to treat the return as XML, which failed. So instead it tried and succeeded in decompressing the return.
Note: See
TracTickets for help on using
tickets.