X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fopenstack%2Fnova_driver.py;fp=sfa%2Fopenstack%2Fnova_driver.py;h=da06c84237f6474acaf3a49ab9e7a64ed0f41f88;hb=8f367b9457f47ba1e3b8a56eea8ed5c9b1e52eed;hp=c3c9f54c08b37dbec5fabefd68a1230d283f644a;hpb=c66c24188f47ce205e18ba7d10ba5e870b35ff7e;p=sfa.git diff --git a/sfa/openstack/nova_driver.py b/sfa/openstack/nova_driver.py index c3c9f54c..da06c842 100644 --- a/sfa/openstack/nova_driver.py +++ b/sfa/openstack/nova_driver.py @@ -49,6 +49,13 @@ class NovaDriver(Driver): if NovaDriver.cache is None: NovaDriver.cache = Cache() self.cache = NovaDriver.cache + + def sliver_to_slice_xrn(self, xrn): + return xrn + + def check_sliver_credentials(self, creds, urns): + #TODO: Implement + return ######################################## ########## registry oriented