Changes between Version 12 and Version 13 of GAPI_AM_API_ISSUES


Ignore:
Timestamp:
06/08/12 13:28:57 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_ISSUES

    v12 v13  
    1313
    1414== Overall Issues ==
    15  1. Missing RSpec extension definition for specifying the operational states and methods supported by an aggregate / resource type
    16  2. No way to modify a reservation at an aggregate for a slice without deleting and recreating it
     15 1. No way to modify a reservation at an aggregate for a slice without deleting and recreating it
    1716  * Proposal: See the [wiki:GAPI_AM_API_DRAFT UpdateSliver proposal]
    18  3. Tickets
     17 2. Tickets
    1918  * Proposal: See the [wiki:GAPI_AM_API_DRAFT Tickets proposal]
    20  4. Define privileges required for each operation
     19 3. Define privileges required for each operation
    2120  * But see the ABAC proposal and DRAFT proposal L
    22  5. Clarify use of error codes, possibly add more detailed codes
     21 4. Clarify use of error codes, possibly add more detailed codes
    2322   * Proposal: Add more specific error codes for credential issues, specific bad argument cases
    2423|| 18   || MISSINGARGS  || "Required argument(s) missing" ||
     
    4140     * Proposal: Should be same as 'was never here'.
    4241    * That slice was here but was shutdown
    43  6. Should {{{am_type}}} and the RSpec {{{type}}} and prefixes for new options, etc be the same?
     42 5. Should {{{am_type}}} and the RSpec {{{type}}} and prefixes for new options, etc be the same?
    4443  * Should the RSpec {{{type}}} fields be the {{{am_type}}} values defined for return codes?
    4544   * Remove 'openflow' as unused here?
     
    4847   * Should the prefixes be the {{{am_type}}} values
    4948  * Proposal: Yes to all the above
    50  7. We do not define the semantics of supplying a list of credentials: are they additive to accumulate privileges? Or must 1 credential supply all needed privileges?
     49 6. We do not define the semantics of supplying a list of credentials: are they additive to accumulate privileges? Or must 1 credential supply all needed privileges?
    5150 
    5251== !GetVersion Issues ==