Changes between Version 2 and Version 3 of HowTo/LoadAnExistingRSpec


Ignore:
Timestamp:
03/02/14 15:47:09 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoadAnExistingRSpec

    v2 v3  
    1515Using an RSpec available stored locally:
    1616{{{
    17 omni createsliver myslice path/to/my.rspec
     17omni createsliver myslice path/to/my.rspec -a myagg
    1818}}}
    1919
    2020Using an RSpec available via a url:
    2121{{{
    22 omni createsliver myslice http://path/to/my.rspec
     22omni createsliver myslice http://path/to/my.rspec -a myagg
    2323}}}
    2424
     
    2626
    2727== Deleting an existing reservation ==
     28=== Using Flack ===
     29
     30=== Using the Portal ===
     31
     32=== Using Omni ===
     33
     34To delete a reservation
     35{{{
     36omni deletesliver myslice path/to/my.rspec -a myagg
     37}}}
     38