[
https://issues.apache.org/jira/browse/CLOUDSTACK-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jessica Wang updated CLOUDSTACK-5551:
-------------------------------------
Component/s: (was: UI)
API
API developer,
listConfigurations API wrongly ignores "name" parameter when "accountid"
parameter is specified.
e.g. pass both "name=aaa" and "accountid=8eb12cfe-5ec9-11e3-80db-3c970e739c3e"
to listConfigurations API,
API response wrongly includes entries whose "name" does NOT contain "aaa":
http://10.215.3.26:8080/client/api?command=listConfigurations&accountid=8eb12cfe-5ec9-11e3-80db-3c970e739c3e&response=json&sessionkey=EKf2AvkPyPqv39X52Z6RvHR7zfs%3D&name=aaa&listAll=true&page=1&pagesize=20&_=1388529120930
{
"listconfigurationsresponse": {
"count": 9,
"configuration": [
{
"category": "Advanced",
"name": "allow.public.user.templates",
"value": "true",
"scope": "account",
"description": "If false, users will not be able to create
public templates."
},
{
"category": "Network",
"name": "remote.access.vpn.client.iprange",
"value": "10.1.2.1-10.1.2.8",
"scope": "account",
"description": "The range of ips to be allocated to remote
access vpn clients. The first ip in the range is used by the VPN server"
},
{
"category": "Advanced",
"name": "use.system.public.ips",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated public ip
range(s), once the ips dedicated to the account have been consumed ips will be
acquired from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
},
{
"category": "Advanced",
"name": "use.system.guest.vlans",
"value": "true",
"scope": "account",
"description": "If true, when account has dedicated guest vlan
range(s), once the vlans dedicated to the account have been consumed vlans will
be allocated from the system pool"
}
]
}
}
> [UI] Search not working in account's setting page
> --------------------------------------------------
>
> Key: CLOUDSTACK-5551
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5551
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API
> Affects Versions: 4.3.0
> Environment: branch 4.3
> Reporter: Rayees Namathponnan
> Assignee: Jessica Wang
> Priority: Critical
> Fix For: 4.3.0
>
>
> Steps to reproduce
> Step 1 : Install Management server with 4.3 build
> Step 2 : create an account
> Step 3 : select the account -> select setting
> Step 4 : In search box, enter xxxxxxxx
> Expected Result
> Nothing should be displayed in search result
> Actual Result
> Search is not working here, same content before search displayed
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)