← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1457028] Re: Unable to get bootable volume list at launch instance

 

Reviewed:  https://review.openstack.org/184471
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d2e3c8465780ec013df253d5a34d18e709105704
Submitter: Jenkins
Branch:    master

commit d2e3c8465780ec013df253d5a34d18e709105704
Author: Romain Chantereau <romain.chantereau@xxxxxxxxxxxx>
Date:   Wed May 20 14:32:10 2015 +0200

    Trust sql middleware value conversion and stick to the spec type.
    
    Co-Authored-By: Sylvain Baubeau <sylvain.baubeau@xxxxxxxxxxxx>
    Closes-Bug: #1457028
    
    Change-Id: I2c5bc22c2e024e22ad641d2b367fa3de2dd7636b


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1457028

Title:
  Unable to get bootable volume list at launch instance

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The launch instance dialog retrieve the list of the bootable volume
  available. In order to do this, it calls the “volume_list” function of
  cinderclient with corresponding filters.

  Currently, the bootable flag is requested, but instead of asking a
  Boolean “True” value, the function is called with the logically true
  integer 1.

  By doing this, the type is different, a boolean is expected and an
  integer is sent, and for DB taking care of type (like postgresql), the
  corresponding SQL request failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1457028/+subscriptions


References