Tiago Mello wrote: > Could someone clarify how python clients like novaclient, glanceclient > release process works? How can we add more features and how the target > releases are set... etc...
Libraries are released as-needed, and new features are continuously pushed to them. They use semver versioning, which reflects library API compatibility. You can propose blueprints for new features in libraries, and/or propose a code change to the corresponding code repository. Anything special you had in mind ? -- Thierry Carrez (ttx) _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
