Re: [openstack-dev] [Openstack] Error while using Rally with Python

2016-02-02 Thread Aleksandr Maretskiy
Hi try this: # It is important to have these lines first!!! from rally.common import db db.api.db_options.set_defaults(db.api.CONF, connection='sqlite:///path/to/your/rally.sqlite') # now run your code On Tue, Feb 2, 2016 at 12:47 PM, varun bhatnagar wrote: > Hi, > > I am trying out

[openstack-dev] [Openstack] Error while using Rally with Python

2016-02-02 Thread varun bhatnagar
Hi, I am trying out Rally with Python and I have written a very small snippet of code to register the deployment from rally.api import Deployment deploymentObject = Deployment() deploymentObject.create({ "type": "ExistingCloud", "auth_url": "http://192.168.136.145:5000/v2.0";, "region