summaryrefslogtreecommitdiffstats
path: root/nova/openstack
diff options
context:
space:
mode:
authorJinwoo 'Joseph' Suh <jsuh@isi.edu>2012-08-22 19:59:04 -0400
committerJinwoo 'Joseph' Suh <jsuh@isi.edu>2012-08-27 11:57:06 -0400
commit6bc54f4af01126712716682a5e50333bf63ff1a7 (patch)
tree626310ea569bad0f2b7356232c1f007376404dc3 /nova/openstack
parent5e012d8d45935b68a5ce5d50ed043d4bb8066cf8 (diff)
downloadnova-6bc54f4af01126712716682a5e50333bf63ff1a7.tar.gz
nova-6bc54f4af01126712716682a5e50333bf63ff1a7.tar.xz
nova-6bc54f4af01126712716682a5e50333bf63ff1a7.zip
Add ops to aggregate_instance_extra_specs filter.
The following operators on instance_type_extra_specs were added in aggregate_instance_extra_specs filter. Fixes bug 1037090. = (equal to or greater than as a number; same as vcpus case) == (equal to as a number) != (not equal to as a number) >= (greater than or equal to as a number) <= (less than or equal to as a number) s== (equal to as a string) s!= (not equal to as a string) s>= (greater than or equal to as a string) s> (greater than as a string) s<= (less than or equal to as a string) s< (less than as a string) <in> (substring) <or> (find one of these) If the first word in the instance_type_extra_spec is not one of the keywords above, a default operator "s==" is used. E.g.: ">= 5", "s== 2.1.0", "<in> gcc", and "<or> fpu <or> gpu" Change-Id: Iee9bf68011738aab146e6311a17cb3c673d7a392
Diffstat (limited to 'nova/openstack')
0 files changed, 0 insertions, 0 deletions