X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Faggregate_manager_eucalyptus.py;fp=sfa%2Fmanagers%2Faggregate_manager_eucalyptus.py;h=1021392e79caa2f35517c591025ee46ec76e2720;hb=20df3ae52eba1e640b0b0eb147fa6b4cfe51f734;hp=444ceb4aa426b1d0ef52ce63a7625a1b60d20270;hpb=b15f2f289ba6eeb1f2630d53419843e2a316e2d1;p=sfa.git diff --git a/sfa/managers/aggregate_manager_eucalyptus.py b/sfa/managers/aggregate_manager_eucalyptus.py index 444ceb4a..1021392e 100644 --- a/sfa/managers/aggregate_manager_eucalyptus.py +++ b/sfa/managers/aggregate_manager_eucalyptus.py @@ -23,8 +23,10 @@ from sfa.util.callids import Callids #from sfa.util.sfalogging import logger from sfa.util.version import version_core from sfa.trust.credential import Credential -from sfa.plc.aggregate import Aggregate -from sfa.plc.slices import Slice, Slices +from sfa.plc.plaggregate import PlAggregate +# No Slice symbol in there +#from sfa.plc.plslices import Slice, Slices +from sfa.plc.plslices import PlSlices from sfa.rspecs.version_manager import VersionManager from sfa.rspecs.rspec import RSpec # not sure what this used to be nor where it is now defined @@ -549,8 +551,8 @@ class AggregateManagerEucalyptus: logger = logging.getLogger('EucaAggregate') logger.debug("In CreateSliver") - aggregate = Aggregate(self.driver) - slices = Slices(api) + aggregate = PlAggregate(self.driver) + slices = PlSlices(api) (hrn, type) = urn_to_hrn(slice_xrn) peer = slices.get_peer(hrn) sfa_peer = slices.get_sfa_peer(hrn)