[Yahoo-eng-team] [Bug 1810393] [NEW] shadow user cache is not cleaned when the related idp is deleted.

2019-01-03 Thread wangxiyuan
elf._request_unscoped_token() File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/keystone_tempest_plugin/tests/scenario/test_federated_authentication.py", line 159, in _request_unscoped_token self.assertEqual(http_client.CREATED, resp.status_code) F

[Yahoo-eng-team] [Bug 1801309] [NEW] Support configurable saml assertion property

2018-11-02 Thread wangxiyuan
Public bug reported: Keystone as Identity Provider supports to generator saml assertion for SP. The content in the saml assertion is hard code. The attribute contains: openstack_user,openstack_roles,openstack_project,openstack_project_domain,openstack_user_domain. But in case the SP need more

[Yahoo-eng-team] [Bug 1710329] Re: support for chinese name to show

2018-11-01 Thread wangxiyuan
Can't reproduce on master branch. Feel free to add more information and reopen the bug. http://paste.openstack.org/show/733754/ ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1799384] [NEW] cache guide is out of date

2018-10-23 Thread wangxiyuan
Public bug reported: The contributor doc for keystone caching layer is totally out of date now[1]. It should be updated to follow current caching usage in Keystone. [1]: http://git.openstack.org/cgit/openstack/keystone/tree/doc/source/contributor /caching-layer.rst ** Affects: keystone

[Yahoo-eng-team] [Bug 1799153] Re: Inappropriate behaviour of limits when passing --region None in create and list.

2018-10-22 Thread wangxiyuan
https://review.openstack.org/#/c/612283 ** Project changed: keystone => python-openstackclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1799153 Title:

[Yahoo-eng-team] [Bug 1798744] Re: Openstack limit list --project giving error

2018-10-19 Thread wangxiyuan
you can add this cli filter support in openstackclient ** Project changed: keystone => python-openstackclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1798744

[Yahoo-eng-team] [Bug 1798716] [NEW] can't update registered limit's region_id to None

2018-10-18 Thread wangxiyuan
Public bug reported: The region_id for registered limit is optional, we should allow update registered limit's region_id to None. But it's now blocked by input schema check and the 400 BadRequest raises. ** Affects: keystone Importance: Low Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1791579] [NEW] Keystone, the OpenStack Identity Service in keystone

2018-09-10 Thread wangxiyuan
Public bug reported: test for doc tag. This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: __ - [ ] This is a doc addition request. - [

[Yahoo-eng-team] [Bug 1791580] [NEW] Keystone, the OpenStack Identity Service in keystone

2018-09-10 Thread wangxiyuan
Public bug reported: test This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: __ - [ ] This is a doc addition request. - [ ] I have a

[Yahoo-eng-team] [Bug 1787874] [NEW] There is no way to forbid users changing password to itself

2018-08-19 Thread wangxiyuan
Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: keystone Assignee: (unassigned) => wangxiyuan (wangxiyuan) ** Description changed: When users changing their password, we hope that they should use a new password instead. But actually no

[Yahoo-eng-team] [Bug 1783049] [NEW] image-upload will log unexpected info if using "glance.db.registry.api"

2018-07-22 Thread wangxiyuan
Public bug reported: Env: - Glance master branch - keystoneauth>=3.7.0 - set "data_api" to "glance.db.registry.api" in config file. Reproduce: 1. create a queue image 2. upload data to this image. The log: Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use

[Yahoo-eng-team] [Bug 1779903] [NEW] the project limits should be cleaned up when the related project is deleted

2018-07-03 Thread wangxiyuan
Public bug reported: when a project is deleted, its limits should be purged as well. ** Affects: keystone Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: keystone Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You recei

[Yahoo-eng-team] [Bug 1776219] [NEW] document should be updated for Flask

2018-06-11 Thread wangxiyuan
Public bug reported: Now Keystone use Flask for WSGI and the usage for paste.deploy is removed. The document should be updated as well. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1775140] Re: Keystoneauth does not consistently add the collect-timing parameter

2018-06-07 Thread wangxiyuan
** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1775140 Title: Keystoneauth does not consistently add

[Yahoo-eng-team] [Bug 1772252] Re: Typo in the page - "Keystone Installation Tutorial for Ubuntu in keystone"

2018-05-21 Thread wangxiyuan
*** This bug is a duplicate of bug 1762633 *** https://bugs.launchpad.net/bugs/1762633 ** This bug has been marked a duplicate of bug 1762633 Keystone Installation Tutorial for Ubuntu in keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1760843] [NEW] Idp's domain is not unique

2018-04-03 Thread wangxiyuan
Public bug reported: Backing to the patch https://review.openstack.org/#/c/399684/ when the domain_id is added for Idp, I assume that the domain_id is designed for unique? The domain_id in Idp model is unique:

[Yahoo-eng-team] [Bug 1760809] [NEW] delete domain raise 500 error if the domain contains idp

2018-04-03 Thread wangxiyuan
delete domainA Expect result: The domainA and its related resource will be deleted Actual result: Keystone raise 500 internal error reproduce example: http://paste.openstack.org/show/718241/ ** Affects: keystone Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New

[Yahoo-eng-team] [Bug 1755411] [NEW] image can't be deleted in some case

2018-03-13 Thread wangxiyuan
Public bug reported: We meet this problem in our production environment. When users is deleting an image but the glance-api process is down or restarted suddenly, the image's status will be 'deleted', but the 'deleted' column in the image table is False. This lead an error that the image still

[Yahoo-eng-team] [Bug 1748062] Re: idp_id, protocol_id, unique_id and name filter doesn't work for list_users API when domain_specific_drivers_enabled is set

2018-02-27 Thread wangxiyuan
** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1748062 Title: idp_id, protocol_id, unique_id and name

[Yahoo-eng-team] [Bug 1748062] [NEW] idp_id, protocol_id, unique_id and name filter doesn't work for list_users API when domain_specific_drivers_enabled is set

2018-02-07 Thread wangxiyuan
Public bug reported: When domain_specific_drivers_enabled is set to True, the idp_id, protocol_id, unique_id and name filter will not work for listing federated users. Reproduce: 1. set the domain_specific_drivers_enabled = true, then restart Keystone. 2. try to list the federated users by

[Yahoo-eng-team] [Bug 1747332] [NEW] application credential cache is not invalidated

2018-02-04 Thread wangxiyuan
. get it again. Expect: return 404 in step 4. Actual: still return the deleted application credential. ** Affects: keystone Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: keystone Assignee: (unassigned) => wangxiyuan (wangxiyuan) --

[Yahoo-eng-team] [Bug 1746868] [NEW] cache invalidate doesn't work for application credential

2018-02-01 Thread wangxiyuan
Public bug reported: when cache is enabled and an application credential is deleted, it still can be get from cache during the caching time. The cache invalidate doesn't work for application credential now. ** Affects: keystone Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1745905] [NEW] system scope doesn't work for the service which use project specified endpoint

2018-01-28 Thread wangxiyuan
Public bug reported: For some project, such as Cinder, the endpoint is project specified, the format is like: http://ip/volume/v3/{project_id}/volumes There are two problem: 1. For this kind of endpoint, system-scoped token doesn't work because that there is no project_id in the token. 2.

[Yahoo-eng-team] [Bug 1744195] [NEW] unit tests don't enable Foreign Key for Sqlite

2018-01-18 Thread wangxiyuan
Public bug reported: Now Keystone runs unit test with sqlite backend by default. But sqlite doesn't enable Foreign Key function by default. It means that we lost the case for all FK related test. Even after enabled FK for the test. There still some problems: 1. We lost root domain (<>) when

[Yahoo-eng-team] [Bug 1736875] [NEW] Keystone raise 500 error when authorize request token with invalid body

2017-12-06 Thread wangxiyuan
step 1 is enough. ** Affects: keystone Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: keystone Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1734244] [NEW] keystone raise 500 error when create trust with invalid role key

2017-11-23 Thread wangxiyuan
ZkjCbFweZsP8yFkwWSxkY4_I0U6JTPzllM" -d '{"trust": {"impersonation": false, "project_id": "d88a1e3ce2504a10a5340225b85a844c", "trustor_user_id": "f98b4cc01a554453a84fa4b9ccf5a1f0", "roles": [{"fake_key": &q

[Yahoo-eng-team] [Bug 1733754] [NEW] 500 error if OS-TRUST:trust is not a dict when authenticate

2017-11-21 Thread wangxiyuan
schema check as well. ** Affects: keystone Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: keystone Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1730270] [NEW] keystone raise 500 error when authenticate with "mapped"

2017-11-05 Thread wangxiyuan
Public bug reported: When authenticate with "mapped" method, if users forget to add "identity_provider" or "protocol" keypair, keystone will raise 500 error. In this case, keystone should raise 400 Bad Request. ** Affects: keystone Importance: Undec

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2017-05-17 Thread wangxiyuan
** Changed in: python-zaqarclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1368661 Title: Unit tests sometimes fail

[Yahoo-eng-team] [Bug 1683730] Re: [NOVA] There is no method to delete non-empty cells.

2017-04-18 Thread wangxiyuan
** Project changed: cinder => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1683730 Title: [NOVA] There is no method to delete non-empty cells or "cell

[Yahoo-eng-team] [Bug 1495519] Re: import flow doesn't raise error on forbidden location

2017-03-12 Thread wangxiyuan
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1495519 Title: import flow doesn't raise error on forbidden location

[Yahoo-eng-team] [Bug 1512369] Re: glance should declare a test-requirements.txt on swiftclient

2017-03-12 Thread wangxiyuan
** No longer affects: glance ** Changed in: glance/liberty Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1512369 Title: glance should

[Yahoo-eng-team] [Bug 1658137] Re: volume backups fail if no container name provided

2017-02-09 Thread wangxiyuan
** Changed in: cinder Status: New => Invalid -- 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/1658137 Title: volume backups fail if no container name provided

[Yahoo-eng-team] [Bug 1574991] Re: member-id should contian only numbers and letters

2016-08-09 Thread wangxiyuan
** Project changed: glance => python-glanceclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1574991 Title: member-id should contian only numbers and letters Status in

[Yahoo-eng-team] [Bug 1607317] Re: metadata def namespace update CLI is not working as expected for parameter "protected"

2016-07-28 Thread wangxiyuan
not only this command but also others has this problem, you can take a try with "glance image-update --protectd". The reason is that glance client analyze this kind of parameter to "False" when it's not boolean. ** Project changed: glance => python-glanceclient -- You received this bug

[Yahoo-eng-team] [Bug 1574991] [NEW] member-id should contian only numbers and letters

2016-04-26 Thread wangxiyuan
. (HTTP 404) ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1537626] Re: `glance location-update` deletes locations and backend images

2016-01-25 Thread wangxiyuan
https://review.openstack.org/#/c/35134/14 here is the original patch ** Project changed: python-glanceclient => glance ** Also affects: python-glanceclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1534083] Re: Glance api config file lost the configuration item "filesystem_store_datadir" default value

2016-01-14 Thread wangxiyuan
/var/lib/glance/images seems good. It's what in the official guideline. ** Project changed: glance => glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1534083 Title: Glance

[Yahoo-eng-team] [Bug 1533927] [NEW] the help command of glance-replicator and glance-cache-manage is broken

2016-01-13 Thread wangxiyuan
of type 'NoneType' has no len() 3.glance-cache-manage help Please specify a command ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: In Progress ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this

[Yahoo-eng-team] [Bug 1529572] [NEW] Replace locations with multi-requests returns wrong result

2015-12-28 Thread wangxiyuan
ocation has been removed and image didn't be saved to db. So IMO, we should take db saving each time we change the location. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxi

[Yahoo-eng-team] [Bug 1529198] [NEW] Glance raise 500 when upload image data

2015-12-25 Thread wangxiyuan
. 3.Glance will return 500 error. So IMO, Glance should catch BackendException error to show the error message to users. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiy

[Yahoo-eng-team] [Bug 1521423] Re: is-public = true should be removed from manual seems

2015-11-30 Thread wangxiyuan
In v1 , we use "--is-public True(or False)". In v2, we use "--visibility public(or private)". The client's default api version is 2 now. So you should use --visibility. The doc is ok. You can find "glance image-create (v1)" and "glance image-create (v2)" in it. Please check again. ** Changed

[Yahoo-eng-team] [Bug 1521467] Re: Snapshot of volume base instance shows type as image not snapshot and size as 0

2015-11-30 Thread wangxiyuan
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1521467 Title: Snapshot of volume base instance shows type as image

[Yahoo-eng-team] [Bug 1521466] Re: volume snapshot which is created by create snapshot from storage base instance don't be deleted automatic

2015-11-30 Thread wangxiyuan
** Changed in: glance Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1521466 Title: volume snapshot which is created by create snapshot

[Yahoo-eng-team] [Bug 1521466] Re: volume snapshot which is created by create snapshot from storage base instance don't be deleted automatic

2015-11-30 Thread wangxiyuan
Now if a user want to delete the snapshot which is created by back-end instance, he should delete both the image in Glance and the snapshot in Cinder. So do you think that when delete the image, Glance should delete the snapshot in Cinder? ** No longer affects: nova -- You received this bug

[Yahoo-eng-team] [Bug 1521467] Re: Snapshot of volume base instance shows type as image not snapshot and size as 0

2015-11-30 Thread wangxiyuan
When create images for volume back-end instances, the image's size is 0. It's not a bug as I know, because in this action, cinder create d a backup volume and then glance create a image of which properties contained the backup volume's information. I'm not sure the behavior "the type is Image,

[Yahoo-eng-team] [Bug 1521466] Re: volume snapshot which is created by create snapshot from storage base instance don't be deleted automatic

2015-11-30 Thread wangxiyuan
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1521466 Title: volume snapshot which is created by

[Yahoo-eng-team] [Bug 1520398] [NEW] glance doesn't have image number quota

2015-11-26 Thread wangxiyuan
. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Tags: spce-lite ** Summary changed: - glance doesn't image number quota + glance doesn't have image number quota -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1520053] [NEW] Duplicate location error should raise HTTPConflict

2015-11-25 Thread wangxiyuan
Public bug reported: When add or replace a duplicate location to an image, Glance should raise 409 HTTPConflict, not 400 HTTPBadRequest. The glance client raise 409, we should keep the same with the client. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1369854] Re: min_disk and size information wrong when creating an instance image

2015-11-23 Thread wangxiyuan
** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) ** Changed in: glance Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1513230] Re: Users have cross-tenant visibility on images

2015-11-10 Thread wangxiyuan
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1513230 Title: Users have cross-tenant visibility on images Status in Glance:

[Yahoo-eng-team] [Bug 1512231] [NEW] Glance doesn't return direct_url if location is None.

2015-11-01 Thread wangxiyuan
option does. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1493026] Re: location-add return error when add new location to 'queued' image

2015-10-31 Thread wangxiyuan
** Description changed: Reproduce: 1. create a new image: glance image-create --disk-format qcow2 --container-format bare --name test suppose the image'id is 1 2.add location to the image: glance location-add 1 --url Result : the client raise an

[Yahoo-eng-team] [Bug 1508359] Re: Can't create images with specified owner in v2

2015-10-22 Thread wangxiyuan
** This bug is no longer a duplicate of bug 1499368 Image Create does not allow admins to set owner ** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1508359] [NEW] Can't create images with specified owner in v2

2015-10-21 Thread wangxiyuan
** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1492702] Re: import task doesn't check image properties

2015-10-12 Thread wangxiyuan
** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1505474] [NEW] Glance raise 500 error when change image's status to unallowed stauts

2015-10-12 Thread wangxiyuan
nee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1505474 Title:

[Yahoo-eng-team] [Bug 1501233] [NEW] DB downgrade doesn't be supported in OpenStack Now

2015-09-30 Thread wangxiyuan
Public bug reported: As downgrade are not supported after Kilo with OpenStack, we should remove them now. Roll backs can be performed as mentioned in the below link: http://docs.openstack.org/openstack-ops/content/ops_upgrades-roll- back.html ** Affects: glance Importance: Undecided

[Yahoo-eng-team] [Bug 1493026] Re: location-add return error when add new location to 'queued' image

2015-09-17 Thread wangxiyuan
don't have any good way to solve it now. need discussion. ** Changed in: glance Status: In Progress => Opinion ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1495884] Re: image's backend file was deleted while it was still being use.

2015-09-17 Thread wangxiyuan
https://blueprints.launchpad.net/glance/+spec/add-location-manage- mechanism ** Changed in: glance Status: New => Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1488311] Re: import task still in progress although there occured an error

2015-09-16 Thread wangxiyuan
the same bug : https://bugs.launchpad.net/glance/+bug/1495519 ** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1495884] [NEW] image's backend file was deleted while it was still being use.

2015-09-15 Thread wangxiyuan
Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) ** Summary changed: - image's location was deleted while it was still being use. + image's backend file was deleted while it was still be

[Yahoo-eng-team] [Bug 1493026] Re: location-add return error when add new location to 'queued' image

2015-09-15 Thread wangxiyuan
** Description changed: Reproduce: 1. create a new image: glance image-create --disk-format qcow2 --container-format bare --name test suppose the image'id is 1 2.add location to the image: glance location-add 1 --url - - Result : the client raise an

[Yahoo-eng-team] [Bug 1495346] [NEW] metadata_object missed _validate_limit function

2015-09-13 Thread wangxiyuan
Public bug reported: in api/v2/metadef_objects.py, The Class RequestDeserializer lost _validate_limit function. It's will lead an error that index can't get the limit parameter. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed

[Yahoo-eng-team] [Bug 1492702] [NEW] import task doesn't check image properties

2015-09-06 Thread wangxiyuan
l : the task is done successful. but the image's disk_format or container_format is "wrong-format". ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) => wangxiyuan (wangxiyuan) -- Yo

[Yahoo-eng-team] [Bug 1489212] [NEW] 'Public' and 'Protect' cant' be set to True in metadata

2015-08-26 Thread wangxiyuan
Public bug reported: Reproduce: 1.Click System - Metadata Definitions 2.Set 'Public' or 'Protected' to False in any section. 3.Set them to True. But it can't work and still be False. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1488360] [NEW] CONF.task.task_time_to_live doesn't work

2015-08-25 Thread wangxiyuan
Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https

[Yahoo-eng-team] [Bug 1488311] [NEW] import task still in progress although there occured an error

2015-08-24 Thread wangxiyuan
the parameters before taskflow start, but didn't do any dispose about task status. As in taskflow, it has checked the parameters already, we could remove the checking before the taskflow. ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New

[Yahoo-eng-team] [Bug 1488303] [NEW] ‘result’ and 'message' are in wrong order

2015-08-24 Thread wangxiyuan
** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: In Progress ** Changed in: glance Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1484860] [NEW] http doesn't pass auth_token to backend

2015-08-14 Thread wangxiyuan
Public bug reported: In some use cases, The http backend should get and pass the auth-token information in the context. And it should ensure that the auth-token is safe encode. For example, if user try to get images from other glance instances, they will need the auth-token. So we should pass

[Yahoo-eng-team] [Bug 1481154] [NEW] Glace return HTTPInternalServerError when use postgresql

2015-08-03 Thread wangxiyuan
: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1481154 Title: Glace

[Yahoo-eng-team] [Bug 1479257] [NEW] error message 's format in image_member.py is not correct

2015-07-29 Thread wangxiyuan
': u'Public images do not have members.'}) (HTTP 403) The error information's format is not correct. It should be: 403 Forbidden: Error fetching members of image : Public images do not have members. (HTTP 403) ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1477912] Re: size still exist when create image with incomplete parameter in api v1

2015-07-27 Thread wangxiyuan
** Changed in: glance Status: New = Invalid ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1477912 Title

[Yahoo-eng-team] [Bug 1477912] [NEW] size still exist when create image with incomplete parameter in api v1

2015-07-24 Thread wangxiyuan
xxx | test | | | | queued There is no bug in api v2. Only occured in api v1 ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New

[Yahoo-eng-team] [Bug 1460887] Re: when backup a vm booted from volume , the error information is not detailed

2015-07-15 Thread wangxiyuan
** Changed in: nova Status: In Progress = Invalid ** Changed in: nova Assignee: wangxiyuan (wangxiyuan) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1474236] [NEW] unexpect response when create an image with owner or locations in api v2

2015-07-14 Thread wangxiyuan
: { name: v2_test, tags: [ ubuntu, quantal ], disk_format: qcow2, container_format: bare, owner: x, locations: [ { url: xx, metadata:{} } ] } ** Affects: glance Importance: Undecided Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1470047] Re: CLI fails to report an error after creating a snapshot from instance

2015-07-07 Thread wangxiyuan
The reason why image been deleted is that Nova didn't pass 'size' parameter to Glance,So it didn't go quota check in Glance. So I think it can be fixed in Nova. ** Project changed: glance = nova ** Changed in: nova Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug

[Yahoo-eng-team] [Bug 1459491] Re: Unexpected result when create server booted from volume

2015-07-03 Thread wangxiyuan
** Changed in: nova Status: In Progress = Invalid ** Changed in: nova Assignee: wangxiyuan (wangxiyuan) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1471080] [NEW] Unexpected warning when create image without data

2015-07-02 Thread wangxiyuan
: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: glance Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1470047] Re: CLI fails to report an error after creating a snapshot from instance

2015-07-01 Thread wangxiyuan
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: glance Assignee: wangxiyuan (wangxiyuan) = (unassigned) ** Changed in: python-novaclient Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1461891] Re: Can't boot with bdm of which the source type is blank and destination is volume

2015-06-08 Thread wangxiyuan
** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1461891 Title: Can't boot with bdm of which the source type is

[Yahoo-eng-team] [Bug 1462393] Re: security group is Invalid when boot with port

2015-06-08 Thread wangxiyuan
** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1462393 Title: security group is Invalid when boot with port

[Yahoo-eng-team] [Bug 1462393] [NEW] security group is Invalid when boot with port

2015-06-05 Thread wangxiyuan
that the security group is invalid with ports. ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: nova Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1461891] [NEW] Can't boot with bdm of which the source type is blank and destination is volume

2015-06-04 Thread wangxiyuan
in bdm when source=blank and dest=volume. We should checkt it in api side. and return code 400. ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: Confirmed ** Changed in: nova Assignee: (unassigned) = wangxiyuan (wangxiyuan) -- You received

[Yahoo-eng-team] [Bug 1460528] [NEW] Some useless variables and parameters

2015-06-01 Thread wangxiyuan
.    lines 1097 considertaion -- consideration ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan) Status: New ** Changed in: nova Assignee: (unassigned) = wangxiyuan (wangxiyuan) ** Description changed: - There are some

[Yahoo-eng-team] [Bug 1460887] [NEW] when backup a vm booted from volume , the error information is not detailed

2015-06-01 Thread wangxiyuan
: wangxiyuan (wangxiyuan) Status: New ** Description changed: Now,when backup a vm booted from volume ,the error information is:The request is invalid. - User don't know why. + Users don't know why. So we can support more information like: It's not supported to backup volume

[Yahoo-eng-team] [Bug 1356737] Re: nova backup vm should not backup those vm boot from cinder volume

2015-06-01 Thread wangxiyuan
** Changed in: nova Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1356737 Title: nova backup vm should not backup those vm

[Yahoo-eng-team] [Bug 1459917] [NEW] Can't boot with bdm when use image in local

2015-05-28 Thread wangxiyuan
a error:Mapping image to local is not supported. But in nova it said : # if this bdm is generated from --image ,then # source_type = image and destination_type = local is allowed ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1459491] [NEW] Unexpected result when create server booted from volume

2015-05-27 Thread wangxiyuan
,dest=volume,size=2,bootindex=0 test2 it goes well. But,the second one is same with the first one.So,either the first or the second is unexcepted. I think the second one should raise 'FlavorDiskTooSmall' error. ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan

[Yahoo-eng-team] [Bug 1443324] [NEW] spell mistake

2015-04-13 Thread wangxiyuan
Public bug reported: In nova.compute.api.py _check_and_transform_bdm method There are two words spelt error in comment wrote by gibi . outher - other unnecessasry - unnecessary ** Affects: nova Importance: Undecided Assignee: wangxiyuan (wangxiyuan