Changes between Version 126 and Version 127 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
04/08/14 14:26:24 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v126 v127  
    387387 - Slice names and project names (sub-authorities) are case INsensitive, but should be case preserving (If you ask for `Myslice` you always have `Myslice` and no one else can have `myslice`).
    388388 - URNs are case sensitive
    389  - In other words, slice authorities must not issue slice names or project names that differ only by case.
     389 - In other words, slice authorities must not issue slice names or project names that differ only by case.
     390 - Note however, slice authorities may treat slice and project names as case sensitive for lookup operations.
     391  - In this case, if slice 'MySlice' exists you cannot create 'myslice', but if you try to get a credential for 'myslice' you will get an error that the slice does not exist - you have to ask for a credential for 'MySlice'.
     392  - Alternatively, the slice authority could return a credential for 'MySlice' when asked about 'myslice', but in this case the tool must change what slice URN it uses, to match that found in the slice credential.
    390393
    391394At GEC19, the GENI GPO and ProtoGENI clearinghouses agreed to follow the above proposal.