[openstack-dev] [nova] release request for python-novaclient

melanie witt melwittt at gmail.com
Fri Feb 20 06:01:24 UTC 2015


On Feb 19, 2015, at 13:38, Terry Wilson <twilson at redhat.com> wrote:

> We've currently just disabled the pylint gate tests, and I've posted a patch for neutron to resolve the issue. Looks like there was a similar patch already up for review as well, though it only catches one of our uses of novaclient. There's still a bit of an issue that there is no version-neutral way to import the 'contrib' stuff like there is for 'client'. So:
> 
> from novaclient.v1_1.contrib import server_external_events
> 
> has to become
> 
> from novaclient.v2.contrib import server_external_events
> 
> which doesn't work on previous versions of novaclient. It's possible to hack around it using importutils, but it's pretty ugly.

Thanks, Terry. I'm glad you brought up the lack of version-neutral way to import 'contrib' modules. That's something we'll look to improve.

melanie (melwitt)




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150219/49dadb7b/attachment.pgp>


More information about the OpenStack-dev mailing list