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

commit 723e547e848f580bf5f16899cd2bffa23c77c763
Author: Sean Mooney <sean.k.moo...@intel.com>
Date:   Wed May 25 21:18:47 2016 +0100

    Fix Launch Instance without Cinder
    
    A previous patch altered the defaults in the angular Launch Instance,
    but didn't account for those running without Cinder. This patch fixes
    those assumptions.
    
    Co-Authored-By: Rob Cresswell <robert.cressw...@outlook.com>
    Change-Id: I8dc54fa40fa7eb8ae95a13741405f2a80337b33d
    Closes-Bug: 1585761


** 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/1585761

Title:
  failed to boot instance from image without cinder volume

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  using master horizon it is currently not possible
  to boot and instance form a glance image without
  allocating a cinder volume.

  this prevent horizon from booting an instance if cinder is not
  deployed.

  to reproduce on the launch instance screen go to the source tab
  and select image (default) in the select boot source drop down.

  below this item a volume size element and a ratio (yes nod) booted
  displayed asking if the volume should be deleted on instace delete

  http://picpaste.com/horizon-IsnSMR2S.PNG

  the volume is required to be requested and the minium size is 1 GB.

  if cinder is not deployed this results in a failure to boot with the message 
  "abouted:block device mapping is invalid"

  http://picpaste.com/horizon-error-om6qqHST.PNG

  opening the developer console the only message that appears is a warning 
  JQMIGRATE: jQuery.fn.attr('selected') may use property instead of attribute 
from this section of code.

  
jQuery.migrateReset=function(){warnedAbout={};jQuery.migrateWarnings.length=0;};function
  migrateWarn(msg){var
  
console=window.console;if(!warnedAbout[msg]){warnedAbout[msg]=true;jQuery.migrateWarnings.push(msg);if(console&&console.warn&&!jQuery.migrateMute){console.warn("JQMIGRATE:
  "+msg);if(jQuery.migrateTrace&&console.trace){console.trace();}}}}

  expected behavior 
  allow selection of boot instace from image(create new volumen) in drop down 
or have checkbox to control
  creation of cinder volume.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to