Oleg Nechiporenko created AMBARI-4082:
-----------------------------------------
Summary: Host configs page makes API call to cluster wide
config-groups
Key: AMBARI-4082
URL: https://issues.apache.org/jira/browse/AMBARI-4082
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.4.3
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Fix For: 1.4.3
When I visit a host's configs page, an API call is made to
{code}
/api/v1/clusters/p600?fields=Clusters/desired_configs,config_groups/*
{code}
instead of making a call to
{code}
/api/v1/clusters/p600/config_groups?tag=HDFS&ConfigGroup/hosts/host_name=host1
{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)