[openstack-dev] [openstack-infra] Using Neutron client in the gate

2015-12-10 Thread Gal Sagie
Hello All, I would like to run some "fullstack" integration tests for Kuryr and run them in the gate. For the tests i would like to use the Neutron client for communicating with the working devstack Neutron service. What is the best way to instantiate the client in terms of auth_url and

Re: [openstack-dev] [openstack-infra] Using Neutron client in the gate

2015-12-10 Thread Akihiro Motoki
Hi Gal, One simple way is to get credentials from clouds.yaml (through os-client-config). devstack prepares clouds.yaml (~/.config/openstack/clouds.yaml) which contains both devstack-admin (admin) and devstack (demo) account. neutronclient functional test is a good example.