Changes between Version 5 and Version 6 of GAPI_AM_API_V3_DELTAS


Ignore:
Timestamp:
05/16/12 12:58:23 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3_DELTAS

    v5 v6  
    493493 - Slice URN alone is a label - unique at a point in time but not over time.
    494494  - Format: {{{urn:publicid:IDN+<SA name>+slice+<slice name>}}}
    495  - Slice names are <=19 characters, only alphanumeric plus hyphen (no hyphen in first character): {{{'^[a-zA-Z0-9][-a-zA-Z0-9]+$'}}}
     495 - Slice names are <=19 characters, only alphanumeric plus hyphen (no hyphen in first character): {{{'^[a-zA-Z0-9][-a-zA-Z0-9]\{0,18\}$'}}}
    496496 - Aggregates are required to accept any compliant slice name and URN.
    497497  - Note that this currently causes problems at PlanetLab/SFA aggregates, where node login names are based on slice names and are limited to 31 characters.
     
    509509 - Usernames are case-insensitive internally, though they may be case-sensitive in display.
    510510  - EG {{{JohnSmth}}} as a display name is {{{johnsmth}}} internally, and there cannot also be a user {{{JOHNSMTH}}}.
    511  - Usernames should begin with a letter and be alphanumeric or underscores - no hyphen or '.': ({{{'^[a-zA-Z][\w]+$'}}}).
     511 - Usernames should begin with a letter and be alphanumeric or underscores - no hyphen or '.': ({{{'^[a-zA-Z][\w]\{1,8\}$'}}}).
    512512 - Usernames are limited to 8 characters.
    513513 - User URNs (which contain the authority name and the username) are required to be temporally and globally unique.