Re: [Openstack-operators] Question on coding style on osops-tools-contrib repo

2016-12-22 Thread Mike Dorman
There is no standard strategy for this particular repo. Although I do agree with you that the neutron directory is probably not the place for this. I would suggest creating a top level lib/ directory and placing it there. There is already a multi/ directory, but that’s for scripts for non-spec

[Openstack-operators] Question on coding style on osops-tools-contrib repo

2016-12-21 Thread Saverio Proto
Hello, in the osops-tools-contrib repo so far I proposed always python scripts that are contained in a single file. Now I have this file: openstackapi.py that I reuse in many scripts, look at this: https://review.openstack.org/#/c/401409/ but maybe is not the best idea to commit this generic fi