Re: [openstack-dev] Rally scenario Issue

2014-09-08 Thread Timur Nurlygayanov
ext": { > > "neutron_network": { > > "network_cidr": "10.%s.0.0/16", > > }, > > "users": { > > *"tenants": 2, ==> Works with

Re: [openstack-dev] Rally scenario Issue

2014-09-03 Thread Harshil Shah (harsshah)
_cidr": "10.%s.0.0/16", }, "users": { "tenants": 2, ==> Works with this value being 1 "users_per_tenant": 2 } } } ] } == Thanks

Re: [openstack-dev] Rally scenario Issue

2014-09-03 Thread masoom alam
gt; To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > Subject: Re: [openstack-dev] Rally scenario Issue > > Hi Ajay, > > We are testing the same scenario that you are working one, but getting > the follow error: > >

Re: [openstack-dev] Rally scenario Issue

2014-09-03 Thread Ajay Kalambur (akalambu)
stack.org>> Date: Tuesday, September 2, 2014 at 11:12 PM To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] Rally scenario Issue Hi Ajay, We are testing the same scenario that you are work

Re: [openstack-dev] Rally scenario Issue

2014-09-02 Thread masoom alam
t;OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > Date: Friday, August 29, 2014 at 2:08 PM > > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> &

Re: [openstack-dev] Rally scenario Issue

2014-09-02 Thread Ajay Kalambur (akalambu)
rg>> Cc: "Harshil Shah (harsshah)" mailto:harss...@cisco.com>> Subject: Re: [openstack-dev] Rally scenario Issue Timur, Thanks for pointing Ajay. Ajay, Also I cannot see this failure unless I run rally with –v –d object. Actually rally is sotring information about all fai

Re: [openstack-dev] Rally scenario Issue

2014-09-01 Thread masoom alam
How you solved this issue of syntax error. We are getting the same error: # rally -v task start rally/doc/samples/tasks/scenarios/vm/boot-runcommand- delete.json Command failed, please check log for more info 2014-09-01 07:31:52.606 9155 CRITICAL rally [-] ParserError: while parsing a flow mapping

Re: [openstack-dev] Rally scenario Issue

2014-08-29 Thread Ajay Kalambur (akalambu)
st (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Cc: "Harshil Shah (harsshah)" mailto:harss...@cisco.com>> Subject: Re: [openstack-dev] Rally scenario Issue Hi Ajay, looks like you need to use NeutronContext feature to configure Neutron Networks during th

Re: [openstack-dev] Rally scenario Issue

2014-08-29 Thread Boris Pavlovic
Timur, Thanks for pointing Ajay. Ajay, Also I cannot see this failure unless I run rally with –v –d object. Actually rally is sotring information about all failures. To get information about them you can run next command: *rally task results --pprint* It will display all information about a

Re: [openstack-dev] Rally scenario Issue

2014-08-29 Thread Timur Nurlygayanov
Hi Ajay, looks like you need to use NeutronContext feature to configure Neutron Networks during the benchmarks execution. We now working on merge of two different comits with NeutronContext implementation: https://review.openstack.org/#/c/96300 and https://review.openstack.org/#/c/103306 could y

[openstack-dev] Rally scenario Issue

2014-08-29 Thread Ajay Kalambur (akalambu)
Hi I am trying to run the Rally scenario boot-runcommand-delete. This scenario has the following code def boot_runcommand_delete(self, image, flavor, script, interpreter, username, fixed_network="private",