← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1402746] [NEW] glance image-create doesn't work with stdin

 

Public bug reported:

trying to import an image from stind results in the following error:

time glance image-create --progress --name="icmprec" --is-public=true --container-format=bare --disk-format=raw < <(zcat icmprec_backup-2014-12-12_snap.qcow2.gz)
float() argument must be a string or a number


zcat icmprec_backup-2014-12-12_snap.qcow2.gz | glance image-create --progress --name="icmprec" --is-public=true --container-format=bare --disk-format=raw
float() argument must be a string or a number

Version: icehouse

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1402746

Title:
  glance image-create doesn't work with stdin

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  trying to import an image from stind results in the following error:

  time glance image-create --progress --name="icmprec" --is-public=true --container-format=bare --disk-format=raw < <(zcat icmprec_backup-2014-12-12_snap.qcow2.gz)
  float() argument must be a string or a number

  
  zcat icmprec_backup-2014-12-12_snap.qcow2.gz | glance image-create --progress --name="icmprec" --is-public=true --container-format=bare --disk-format=raw
  float() argument must be a string or a number

  Version: icehouse

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


Follow ups

References