Re: [openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-21 Thread Behzad Dastur
Thanks Yair, I will dig into this more. I did try the "network" context, but same error. regards Behzad On Tue, Oct 20, 2015 at 12:53 PM, Yair Fried wrote: > > > On Tue, Oct 20, 2015 at 8:39 PM, Behzad Dastur > wrote: > >> Hi Yair, >> The rally

Re: [openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-21 Thread Aleksandr Maretskiy
Behzad, please run rally task start with `--debug' option and then provide us with some details (traceback, etc) about this error. Also Yair suggested to put `"auto_assign_nic": true' into scenario config - that is good idea. Get rid of `use_floatingip' - this parameter is not used for this

[openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-20 Thread Behzad Dastur
I have a contrail/OpenStack cloud deployed on which I am trying to run some rally benchmarks. But I am having trouble getting the rally boot tests to run. It throws the "Error Forbidden: It is not allowed to create an interface on external network" It seems it is trying to create an interface on

Re: [openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-20 Thread Yair Fried
On Tue, Oct 20, 2015 at 2:06 PM, Behzad Dastur wrote: > I have a contrail/OpenStack cloud deployed on which I am trying to run > some rally benchmarks. But I am having trouble getting the rally boot tests > to run. It throws the "Error Forbidden: It is not allowed to

Re: [openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-20 Thread Behzad Dastur
Hi Yair, The rally version I am using is 0.1.2 > rally --version 0.1.2 Also the task file is as shown below. Do you have an example of the "network" context to skip creation on the interface on the xternal network? vagrant@rally:~/rally$ more /vagrant/boot.json {% set flavor_name = flavor_name

Re: [openstack-dev] [rally] Rally boot tests fails with Error Forbidden: It is not allowed to create an interface on external networks

2015-10-20 Thread Yair Fried
On Tue, Oct 20, 2015 at 8:39 PM, Behzad Dastur wrote: > Hi Yair, > The rally version I am using is 0.1.2 > > > rally --version > 0.1.2 > > Also the task file is as shown below. Do you have an example of the > "network" context to skip creation on the interface on the