Public bug reported:
Because of various changes in keystoneauth1 module current trust
mechanism glance.common.trust_auth cannot create a trust and fails with
a error:
[None req-b7ac5edd-2104-4cab-b85e-ddae7c205261 admin admin] Unable to
create trust: 'NoneType' object has no attribute 'endswith'
"use_user_token" and related glance config options were deprecated in
Mitaka: https://review.openstack.org/#/c/237742/
Bug may be closed.
** Changed in: glance
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which
** Changed in: fuel-plugin-murano
Assignee: Kirill Zaitsev (kzaitsev) => Mike Fedosin (mfedosin)
** Project changed: fuel-plugin-murano => glance
** Changed in: glance
Milestone: 1.0.0 => None
--
You received this bug notification because you are a member of Yahoo!
Enginee
tance: Undecided
Assignee: Mike Fedosin (mfedosin)
Status: Confirmed
** Changed in: nova
Status: New => Confirmed
** Changed in: nova
Assignee: (unassigned) => Mike Fedosin (mfedosin)
--
You received this bug notification because you are a member of Yahoo!
Engineering
Public bug reported:
Currently, if 'show_multiple_locations' is activated, user can set
custom location to an image, even if it has 'saving' or 'deactivated'
status.
Example: http://paste.openstack.org/show/506998/
In v1 this request returns 400, but imho 409 is more appropriate
response code.
Public bug reported:
Currently Glance architecture (domain model) is affected by possible
race conditions during image status transition. To eliminate this there
was introduced a parameter called 'from_state' in 'save' method for
ImageRepo. Unfortunately it only checks if transition happened from
Public bug reported:
Previously (In Liberty) when user tried to download file while image was
in 'queued' status Glance returned 204. In Mitaka this behavior was
changed and now Glance returns 403. This is contrary to the Glance
image api v2 http://developer.openstack.org/api-ref-image-v2.html We
Public bug reported:
Currently if user wants to create an instance using a Glance snapshot that has
no value for ramdisk_id or kernel_id, then Nova copies the image metadata into
instance system metadata and prefixes the keys with 'image_'.
Due to [1] the None value of ramdisk_id and kernel_id
Public bug reported:
To reproduce the issue:
1) Add an image without specifying the size
2) Enable caching
3) Get image data. This will succeed because the Content-Length is pulled from
the remote store (i.e. swift). At this point, the image will be properly cached.
4) Get image data again with
Public bug reported:
When I tried to download an empty image file from glance with enabled
cache management I got 500 error:
mfedosin@wdev:~$ glance --debug image-download
0af7b2e8-8e31-427b-a99f-9117f45418ef --file empty_file
curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*
'images',
'virtual_size',
{ 'existing_nullable': True,
'existing_server_default': False},
INTEGER(),
BigInteger())]]
** Affects: glance
Importance: Critical
Assignee: Mike Fedosin (mfedosin)
Status: In Prog
** Changed in: glance
Status: In Progress => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1489126
Title:
Filtering by tags is broken in v3
Status in Glance:
Opinion
B
Public bug reported:
The logging.setup accepts two parameters, the first one being the current CONF,
the second parameter is the product name.
Currently in replicator it's not true.
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because
** Also affects: glance
Importance: Undecided
Status: New
** Changed in: glance
Assignee: (unassigned) => Mike Fedosin (mfedosin)
** Changed in: glance
Status: New => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineerin
;saving',
u'active',
u'killed',
u'deleted',
u'pending_delete'],
u'type': u'string'}
On instance[u'status']:
u'deactivated'
Related to bug: https://bug
** Affects: glance
Importance: Undecided
Assignee: Mike Fedosin (mfedosin)
Status: New
** Tags: artifacts
** Changed in: glance
Assignee: (unassigned) => Mike Fedosin (mfedosin)
--
You received this bug notification because you are a member of Yahoo!
Engineering T
27;), which is wrong, because
it's a list for v2 api.
For v3 we need another list: ('name', 'id', 'created_at', 'updated_at',
'version', 'owner')
** Affects: glance
Importance: Undecided
Assignee: Mike Fedosin (m
Public bug reported:
When I want to filter list of artifacts by tag I get a 500 error:
http://localhost:9292/v3/artifacts/myartifact/v2.0/drafts?tag=hyhyhy
500 Internal Server Error
500 Internal Server Error
The server has either erred or is incapable of performing the requested
op
Public bug reported:
Currently filtering version by range is not supported, so requests like
?version=gt:5.0&version=lt:8.0&version=ne:6.0 don't work as expected -
only the last parameter is used in that cases.
** Affects: glance
Importance: Undecided
Status: New
** Tags: artifact
** Also affects: python-glance-store (Ubuntu)
Importance: Undecided
Status: New
** No longer affects: python-glance-store (Ubuntu)
** Also affects: glance-store
Importance: Undecided
Status: New
** Changed in: glance-store
Assignee: (unassigned) => Mike Fedo
Public bug reported:
Server API expects to catch exception declared at
glance/common/exception.py, but actually risen exceptions have the same
names but are declared at different module, glance_store/exceptions.py
and thus are never caught.
For example, If exception is raised here:
https://github
** This bug is no longer a duplicate of bug 1460060
Glance v1 and v2 api returns 500 while passing --min-ram and --min-disk
greater than 2^(31) max value
** Changed in: glance
Status: New => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering
: glance
Importance: Undecided
Assignee: Mike Fedosin (mfedosin)
Status: New
** Changed in: glance
Assignee: (unassigned) => Mike Fedosin (mfedosin)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Gla
** Changed in: glance
Assignee: (unassigned) => Mike Fedosin (mfedosin)
** Changed in: glance
Status: Invalid => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.ne
e checksum or
min_ram (/images?sort_key=checksum), that violates api.
It's possible because there is no key validation on the api layer in v2.
There is a check on the db in pagination, but it covers all the fields (not
only api), which causes a problem.
** Affects: glance
Importance:
Public bug reported:
If the image is deleted (i.e. its status changed to 'deleted' in db) when it's
uploading through image-upload command in v2, its status surprisingly switches
from 'deleted' to 'active' without any exception.
There is the code that should handle NotFound exception in that cas
otFound(msg)
NotFound: No image found with ID e2285448-a56f-45b1-9e6e-216d2b304967
This bug is very similar to
https://bugs.launchpad.net/glance/+bug/1188532, but it relates to task
mechanism in v2.
** Affects: glance
Importance: Undecided
Assignee: Mike Fedosin (mfedosin)
Status:
27 matches
Mail list logo