(no commit message)
authorAndy Bavier <acb@cs.princeton.edu>
Tue, 16 Feb 2010 18:26:50 +0000 (18:26 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Tue, 16 Feb 2010 18:26:50 +0000 (18:26 +0000)
sfa/managers/slice_manager_pl.py

index 41a2c90..2f23fe5 100644 (file)
@@ -40,8 +40,6 @@ def delete_slice(api, xrn, origin_hrn=None):
 
 def create_slice(api, xrn, rspec, origin_hrn=None):
     hrn, type = urn_to_hrn(xrn)
-    aggs = Aggregates(api)
-    cred = api.getCredential()
 
     # Validate the RSpec against PlanetLab's schema
     schema = "/var/www/html/schemas/pl.rng"