Comment 11 for bug 1423695

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/157959
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=be41ae238d05a2c3ade3822d869d2d199444c52a
Submitter: Jenkins
Branch: master

commit be41ae238d05a2c3ade3822d869d2d199444c52a
Author: Sean Dague <email address hidden>
Date: Fri Feb 20 16:23:24 2015 -0500

    add functional test for nova volume-attach bug

    This is a functional test that boots a server via the cli, creates a
    volume, and tries to attach it via the cli (which causes a failure due
    to completion cache code). Note: the failure actually happens *after*
    the attach command is dispatched, so the volume attach will still
    work, the user is presented an error though.

    Many TODOs remain for future patches. The test also tries to document
    what was learned about the CLI redirection to cinder API, which was
    introduced when Cinder was split out, but was tribal knowledge that
    was lost in the mists of time.

    Related-Bug: #1423695

    Change-Id: Iaf474298be135843bff0114cf211bee19762f3ad