Version in packages: > maybe it is preferable to simply ignore it and remove version in package > names and in classnames
It is difficult to say. Here is something to consider: right now, neutron is marked as Beta, which means we can still modify the API and introduce breaking changes. However, eventually it will not be - so it makes sense to future-proof it. Here is a somewhat different suggestion: keep v1 directory structures as they are right now. When v2 comes around, implement it without using lbaas.v2 in package and class names. Then deprecate v1. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146#issuecomment-56851650
