From 39b367aca5fd04f095e4b98fa70971767de6a78c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 31 Jan 2012 21:35:46 -0500 Subject: [PATCH] instance_to_sliver() missing reference to self --- sfa/openstack/osaggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/openstack/osaggregate.py b/sfa/openstack/osaggregate.py index c165cfbe..9ec1d23d 100644 --- a/sfa/openstack/osaggregate.py +++ b/sfa/openstack/osaggregate.py @@ -13,7 +13,7 @@ class OSAggregate: def __init__(self, driver): self.driver = driver - def instance_to_sliver(instance, slice_xrn=None): + def instance_to_sliver(self, instance, slice_xrn=None): sliver_id = None if slice_xrn: xrn = OSXrn(slice_xrn, 'slice') -- 2.47.0