Comment 2 for bug 1493008

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

Reviewed: https://review.openstack.org/220972
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=f88c2aaeead716420538327a5df80be6a0765899
Submitter: Jenkins
Branch: master

commit f88c2aaeead716420538327a5df80be6a0765899
Author: Valeriy Ponomaryov <email address hidden>
Date: Mon Sep 7 15:19:05 2015 +0300

    Fix keypair creation

    Use novaclient for creation of keypair instead of openstack client in
    devstack plugin, because the latter is not compatible with
    nova microversion 2.1

    Also, specify explicitly Nova API version in manila wrapper over
    novaclient that is used by Generic and Windows drivers.

    Also, revert back amount of tempest threads for Ci jobs to avoid job
    timeout failures.

    Also, fix raise of SnapshotBuildErrorException in Tempest plugin.
    Tempest tries to raise exception SnapshotBuildErrorException from wrong
    place. It should use "share_exceptions" instead of "exceptions".

    Change-Id: Ie9ea9f6d25a13f8cd8f0ccbc73f6fa75cca35e0b
    Closes-Bug: #1493008
    Closes-Bug: #1493072