← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: horizon
     Importance: Undecided
         Status: Fix Committed

-- 
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 Committed

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


Follow ups

References