Molns / molns

MOLNs: a cloud appliance for systems biology applications
http://molns.github.io/molns
4 stars 28 forks source link

Object Store not working for Multi-cloud #40

Open ahellander opened 8 years ago

ahellander commented 8 years ago

I am getting this error when I run with controller in one cloud and workers in another. The "worker cloud does not have Swift, but the "controller cloud" does. Swift in the controller appears to work fine. Are the workers trying to use Swift in the worker cloud rather than the endpoint know to the controller? Probably. In that case, we need to think about the desired behavior here. This use-case did not make much sense with muliple public cloud providers because of cost, but now I am running accross multiple private clouds.

/usr/local/lib/python2.7/dist-packages/molnsutil-0.0.2-py2.7.egg/molnsutil/molnsutil.pyc in set_bucket(self, bucket_name) 207 bucket = self.create_bucket(bucket_name) 208 except Exception, e: --> 209 raise MolnsUtilStorageException("Failed to create/set bucket in the object store."+str(e)) 210 211 self.bucket = bucket MolnsUtilStorageException: Failed to create/set bucket in the object store.Endpoint for object-store not found - have you specified a region?