← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1881958] Re: read-only http store should not be used if --all-stores specified for import/copy image workflow

 

** Also affects: glance/ussuri
   Importance: High
     Assignee: Abhishek Kekane (abhishek-kekane)
       Status: In Progress

** Also affects: glance/victoria
   Importance: Undecided
       Status: New

** Changed in: glance/ussuri
       Status: In Progress => Triaged

** Changed in: glance/victoria
     Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane)

** Changed in: glance/victoria
       Status: New => Triaged

** Changed in: glance/victoria
   Importance: Undecided => High

** Changed in: glance/victoria
       Status: Triaged => In Progress

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

Title:
  read-only http store should not be used if --all-stores specified for
  import/copy image workflow

Status in Glance:
  Triaged
Status in Glance ussuri series:
  Triaged
Status in Glance victoria series:
  In Progress

Bug description:
  In Ussuri release we have added new functionality to import image in
  multiple stores or copy existing image in multiple stores. To ease
  user experience we have given a option --all-stores in glanceclient
  which avoids user to specify all the configured stores explicitly for
  these new operations.

  Now, if operator has configured read-only 'http' store and while
  creating or copying image if user has specified --all-stores true then
  depending on `allow-failure`; if it is True then image is
  imported/copied to other stores than http or if it is false then image
  can not be imported/copied to other stores as well. Aslo, new image
  property `os_glance_failed_imports` shows `http` as failed store.

  Expected flow:
  If operator configures 'http' store as then it should not be included in import/copying operation if --all-stores specified by user.

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


References