[openstack-dev] [infra][third-party][neutron-lbaas] git review - how to provide the URL to the test artifacts

2015-04-28 Thread Shane McGough
. Is there a way to provide the URL back to gerrit with git review via ssh in the command line? Thanks Shane McGough Junior Software Developer KEMP Technologies National Technology Park, Limerick, Ireland. kemptechnologies.comhttps://kemptechnologies.com/ | @KEMPtechhttps://twitter.com

Re: [openstack-dev] [neutron-lbaas] [third-party] trying to set up 3rd party CI, neutron-lbaas tox fails to import some neutron

2015-04-23 Thread Shane McGough
Thanks guys that was it! Did a git pull on the egg that tox cloned and it works now. Pretty strange that it clones an out of date neutron though. This was all a fresh environment. Cheers Shane McGough Junior Software Developer KEMP Technologies National Technology Park, Limerick, Ireland

[openstack-dev] [neutron-lbaas] [third-party] trying to set up 3rd party CI, neutron-lbaas tox fails to import some neutron

2015-04-22 Thread Shane McGough
Hi all I am having trouble running tox tests on neutron-lbaas on a default clone. I can see from the tox logs that it downloads the neutron egg just fine, however, when running some of the tests it gets import errors when trying to import from the neutron side of things. I checked the

[openstack-dev] [neutron] lbaas driver implementation question

2015-01-28 Thread Shane McGough
on the port I believe is normal so should send handle the requests normally. What could be causing the flow not to be created for the reply? Is there a misconfiguration somewhere along the line? Cheers, Shane McGough Junior Software Developer KEMP Technologies National Technology Park

[openstack-dev] [neutron] lbaas driver implementation question

2015-01-26 Thread Shane McGough
Hi all, Implementing a driver for lbaas and am running into some trouble. The load balancer is a VM hosted on the compute node within devstack and the driver can create vips, pools and members no problem. The problem lies when trying to access the service hosted by the VIP. From TCP dumps on