14d592e135046f180f94931c2f5f339',
u'vary': 'X-Auth-Token', 'status': '200'}
Body: {"domain": {"description": "Auto generated federated domain for
Identity Provider: samltest", "links": {"self":
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 inf
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 to
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
Impo
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:
Inappr
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
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 (
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.
- [ ]
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 fix
keystone
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 a
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 t
ery db.
But the "project_id" is ignored in db query.
This can be fixed by adding the project_id filter action back in db
query.
** Affects: keystone
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: In Progress
** Changed in: keystone
Assignee: (u
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 received t
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 Team,
** 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 the
*** 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, wh
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:
https://github.com/openstack/keystone/blob/master/keystone/federation/backends/sql.py#
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
to list domain.
openstack domain list
Expect result: three domains should return.
Actual result only two domains returned.
reproduce step: http://paste.openstack.org/show/718138/
** Affects: keystone
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
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 ca
** 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 f
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 "idp_i
. 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)
--
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 th
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. When
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 setup
fix the 500 error, 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 Ya
ZkjCbFweZsP8yFkwWSxkY4_I0U6JTPzllM" -d '{"trust":
{"impersonation": false, "project_id":
"d88a1e3ce2504a10a5340225b85a844c", "trustor_user_id":
"f98b4cc01a554453a84fa4b9ccf5a1f0", "roles": [{"fake_key"
#x27;
Keystone should add OS-TRUST:trust into the schema check as well.
** Affects: keystone
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: keystone
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
--
You received this bug noti
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
** 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 be
** 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
mappings"
** 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
Sta
** 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 declar
** 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
Set the invalid due to no response for long time and can't reproduce.
Please restart if there is any update.
** 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.
** 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 python-glancec
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 notific
ee-5623344c9cbf.
(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!
Engin
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, whi
/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 a
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 rece
i give the wrong url, so that the the location
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
th 2G.
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) => wa
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 not
** 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 fr
** 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 no
** 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 crea
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, no
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
.
** 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 membe
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
** 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).
** 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:
Invalid
tions 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,
** 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 error:'Th
** 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 because y
e with onwer.
** 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, w
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/1505474
** 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
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
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 Tea
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
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
** 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 error:
ing use. If yes, we should not delete it directly.
** Affects: glance
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: glance
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
** Summary changed:
- image's location was deleted while it wa
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
Actual : 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 (wangxiyua
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 be
created a different task object from the one
created by the glance api. And the task_time_to_live was set to default
48 when taskflow get it.
** Affects: glance
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: glance
Assignee: (unassigned) =&
t : Task status is changed into failure.
The reason is that glance only checked 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: glanc
ain/__init__.py#L479
** 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!
Eng
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 c
: 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/
u'', 'inner_msg': 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
Impo
** 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/1
Size | Status
xxx | test | | | | queued
There is no bug in api v2. Only occured in api v1
** Affects: glance
Importance: Undecided
Assignee: wangxiyuan (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).
xxxx",
"locations": [
{
"url": "xx",
"metadata":{}
}
]
}
** Affects: glance
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: glance
Assignee: (unassigned) => wangxiyuan (w
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 (wangxiyu
** 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).
** 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 subscribed to G
** 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 becau
** Changed in: glance
Status: New => Confirmed
** Project changed: glance => openstack-api-site
** Changed in: openstack-api-site
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team,
** 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
St
** 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 b
point out 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 me
ze 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
Assignee: 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 s
** 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 bo
ter.
lines 1097 considertaion --> consideration
** Affects: nova
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: nova
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
** Description changed:
- There
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
,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 (
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 (wang
94 matches
Mail list logo