cloudstack/server/src/com/cloud
Remi Bergsma 17eb420af7 Merge pull request #1085 from ustcweizhou/list-vlanipranges-by-keyword
[4.6] Cannot list vlanipranges by keywordBefore change:

cloudmonkey> list vlanipranges  keyword=118
: Caught: com.mysql.jdbc.JDBC4PreparedStatement@18f36b6e: SELECT vlan.id, vlan.vlan_id, vlan.vlan_gateway, vlan.vlan_netmask, vlan.ip6_gateway, vlan.ip6_cidr, vlan.data_center_id, vlan.description, vlan.ip6_range, vlan.network_id, vlan.physical_network_id, vlan.vlan_type, vlan.uuid, vlan.removed, vlan.created FROM vlan WHERE  ( OR vlan.description LIKE ** NOT SPECIFIED ** )  AND vlan.removed IS NULL  ORDER BY vlan.id ASC  LIMIT 0, 500

After change:

cloudmonkey> list vlanipranges  keyword='118'
count = 1
vlaniprange:
id = 0d80fd9c-cd6b-4f99-96c6-261420e75f58
account = system
domain = ROOT
domainid = 2044762d-c4a5-11e3-8379-005056ac4490
......

* pr/1085:
  Cannot list vlanipranges by keyword

Signed-off-by: Remi Bergsma <github@remi.nl>
2015-11-29 19:28:01 +01:00
..
account Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
acl Error message exposes domain Id when deployVirtualMachine() is attempted on a shared network to which the user doesnot have access to. 2015-03-13 15:02:26 +05:30
agent/manager CLOUDSTACK-8911: VM start job got stuck in loop looking for suitable host 2015-09-30 09:05:25 +05:30
alert CLOUDSTACK-8835: Added alerts incase of template download failure 2015-09-11 16:07:35 +05:30
api [UI] Network names are not being displayed in Infra » VRs » router » NICS 2015-11-06 11:05:12 +01:00
async Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
capacity Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
configuration Refactored checkIfZoneIsDeletable(). 2015-09-16 22:19:14 +02:00
consoleproxy Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
dc Fixed some problems reported by FindBugs 2014-03-13 13:45:30 -07:00
deploy CLOUDSTACK-8962: Dedicated cluster is used for virtual routers that belong to non-dedicated account 2015-10-22 12:57:56 +05:30
event Fix event UUIDS missing on event bus 2015-11-26 11:19:57 +00:00
ha Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
hypervisor CLOUDSTACK-8964: Can't create template or volume from snapshot 2015-10-23 22:02:24 +02:00
metadata Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
network CLOUDSTACK-9055: fix NPE in updating Redundant State of VPC networks 2015-11-16 11:46:26 +01:00
projects CLOUDSTACK-8816: Project UUID is not showing for some of operations in RabbitMQ. 2015-09-09 14:23:28 +05:30
resource Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
resourcelimit Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
server Cannot list vlanipranges by keyword 2015-11-18 08:40:36 +01:00
servlet CLOUDSTACK-8656: reporting ignored exceptions in server 2015-08-04 15:50:35 +02:00
storage CLOUDSTACK-8889: delete volume doesnt decrement primary store resource count 2015-10-26 17:40:27 +05:30
tags Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
template CLOUDSTACK-8834: Fixed unable to download Template , when in multi zones 2015-09-11 15:30:39 +05:30
test findbugs: use a prepared statement as prepared statement 2015-06-19 23:26:00 +02:00
usage Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
user CLOUDSTACK-8816 added missing events 2015-10-26 09:15:33 +05:30
uuididentity CLOUDSTACK-6785: changed async job param injectedjobid to customjobid and check for unique/uuid 2014-05-27 15:23:12 -06:00
vm CLOUDSTACK-8816: some of the events do not have resource uuids 2015-10-26 09:15:32 +05:30