X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Faggregate_manager_eucalyptus.py;h=e1d93033d0e444b8260a86e5824ebc4e1676a64d;hb=23608cf7177e124b221b63696d064b0a14dcac37;hp=a38a6e85e8538e8b00ed167096d8d3b179c08f6b;hpb=6261df4f4bffe7c280f1584d7b759d870bf7ebfe;p=sfa.git diff --git a/sfa/managers/aggregate_manager_eucalyptus.py b/sfa/managers/aggregate_manager_eucalyptus.py index a38a6e85..e1d93033 100644 --- a/sfa/managers/aggregate_manager_eucalyptus.py +++ b/sfa/managers/aggregate_manager_eucalyptus.py @@ -396,6 +396,11 @@ def get_rspec(api, xrn, origin_hrn): rspec = EucaRSpecBuilder(cloud).toXML() + # Remove the instances records so next time they won't + # show up. + if 'instances' in cloud: + del cloud['instances'] + return rspec """