Merge "Fix case-sensitive filter value in cfapi"
This commit is contained in:
commit
9104c3ece0
@ -85,7 +85,7 @@ class Controller(object):
|
||||
|
||||
token = req.headers['X-Auth-Token']
|
||||
m_cli = _get_muranoclient(token, req)
|
||||
kwargs = {'type': 'application'}
|
||||
kwargs = {'type': 'Application'}
|
||||
packages = m_cli.packages.filter(**kwargs)
|
||||
services = []
|
||||
for package in packages:
|
||||
|
Loading…
Reference in New Issue
Block a user