Hi I'm trying to define a cloud for my local machine using the libcloud provider with the libvirt driver
[cloud/laptop] provider=libcloud driver_name=libvirt uri=qemu:///system When I reference this cloud in a cluster and enumerate the available clusters with `elasticluster list-templates` I get a parse error on the the cluster definition using this cloud: 2017-06-06 17:16:25 laptop gc3.elasticluster[30141] ERROR Error: type object argument after * must be an iterable, not NoneType Aborting because of errors: type object argument after * must be an iterable, not NoneType. I've traced this down to the uri= parameter but can't figure out what the python code is expecting. The docs list uri as the only additional attribute for libvirt. Any suggestions? -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
