yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21274
[Bug 1369008] Re: filter on image name should not use exact name
** Description changed:
- at Admin-> Images
+ Horizon passes name filter into glanceclient is like name=cirros. cirros
+ is the partial name of the cirros-0.3.2-x86_64-uec-kernel image. glance
+ should use the partial name to do search instead of using it as exact
+ name matching.
+
+ The original bug reported in horizon like the following...after more
+ digging, I moved the bug into glanceclient.
+
+
+ "at Admin-> Images
The filter on Image Name has to be exact the same as the image name. If
I have the image names like the followings, it could be hard and not
user friendly:
Fedora-x86_64-20-20140618-sda
cirros-0.3.2-x86_64-uec-kernel
Think the image name filter should do the same way as instances table's
- instance name filter which uses contains, not the exact match.
+ instance name filter which uses contains, not the exact match."
** Changed in: python-glanceclient
Assignee: Gloria Gu (gloria-gu) => (unassigned)
** Also affects: horizon
Importance: Undecided
Status: New
** No longer affects: horizon
--
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/1369008
Title:
filter on image name should not use exact name
Status in Python client library for Glance:
New
Bug description:
Horizon passes name filter into glanceclient is like name=cirros.
cirros is the partial name of the cirros-0.3.2-x86_64-uec-kernel
image. glance should use the partial name to do search instead of
using it as exact name matching.
The original bug reported in horizon like the following...after more
digging, I moved the bug into glanceclient.
"at Admin-> Images
The filter on Image Name has to be exact the same as the image name.
If I have the image names like the followings, it could be hard and
not user friendly:
Fedora-x86_64-20-20140618-sda
cirros-0.3.2-x86_64-uec-kernel
Think the image name filter should do the same way as instances
table's instance name filter which uses contains, not the exact
match."
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-glanceclient/+bug/1369008/+subscriptions
References