Comment 1 for bug 1431344

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/163802
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=6736fd0ddf88f289f69ec988c2ec660a3f0ef8fb
Submitter: Jenkins
Branch: master

commit 6736fd0ddf88f289f69ec988c2ec660a3f0ef8fb
Author: Vitaly Gridnev <email address hidden>
Date: Thu Mar 12 16:03:01 2015 +0300

    Switch to v2 version of novaclient

    Currently v1_1 version of novaclient is deprecated, so it's required
    to switch for v2 version of novaclient.
    It's ok to have pylint failure. v1_1 was just renamed to v2,
    and now v1_1 module just imports v2 module.

    Change-Id: I79ed34b0dabd0a9a3af6209404c00472bb8d3416
    Closes-bug: #1431344