Re: [Openstack] [glance] task in pending state, image in uploading state

2018-11-13 Thread Brian Rosmaita
er people interested in having that happen to my statement about this issue in the Queens release notes [0]; the situation described there still stands. [0] https://docs.openstack.org/releasenotes/glance/queens.html#relnotes-16-0-0-stable-queens-known-issues > Bernd > > On 11/12/2018 11:2

Re: [Openstack] [glance] Rocky image import stuck

2018-11-12 Thread Brian Rosmaita
On 11/7/18 8:46 AM, Bernd Bausch wrote: > Does the new image import process work? Am I missing something? Uploaded > images stay in an intermediate state, either /uploading/ or /importing/, > and never become /active.///Where should I look? Apologies for the late reply to your question. For anyon

Re: [Openstack] [glance] task in pending state, image in uploading state

2018-11-12 Thread Brian Rosmaita
On 11/12/18 5:07 AM, Bernd Bausch wrote: > Trying Glance's new import process, my images are all stuck in status > uploading (both methods glance-direct and web-download). > > I can see that there are tasks for those images; they are pending. The > Glance API log doesn't contain anything that clue

Re: [Openstack] [heat] Fwd: newton heat stack glance error

2017-04-01 Thread Brian Rosmaita
Adding "heat" to the subject line. Heat people, I've responded to Ignazio on the operators' list [0], but you may have some helpful info. [0] (would link here, but can't find the April 2017 page in pipermail) Thread starts here: http://lists.openstack.org/pipermail/openstack-operators/2017-March

Re: [Openstack] migrate instances to another openstack environment

2017-03-03 Thread Brian Rosmaita
On 3/1/17 6:25 PM, Manuel Sopena Ballesteros wrote: > Hi, > > I am having a hard time trying to migrate my instances to another openstack > installation. > > My understanding is that I could do instance --> snapshot --> image and then > migrate this image to another openstack > > I started fol

Re: [Openstack] Nova-Glance Query

2016-09-28 Thread Brian Rosmaita
Amit, For Glance, all the user-specified image metadata must be String data type. You can see this in the image schema [0], where "additionalProperties": {"type": "string"} (The only image properties that are *not* strings are those assigned non-string types in the schema.) So for your exampl