Updated Branches: refs/heads/trunk 85fcfb1ae -> b62c675be
AMBARI-3244. Ambari Client improve errors handling. (Andrew Onischuk via mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b62c675b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b62c675b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b62c675b Branch: refs/heads/trunk Commit: b62c675bef47624087c8ddeb53fff9b5325ae261 Parents: 85fcfb1 Author: Mahadev Konar <[email protected]> Authored: Tue Sep 17 14:13:21 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Tue Sep 17 14:13:21 2013 -0700 ---------------------------------------------------------------------- ambari-client/src/test/python/json/error_adding_host.json | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b62c675b/ambari-client/src/test/python/json/error_adding_host.json ---------------------------------------------------------------------- diff --git a/ambari-client/src/test/python/json/error_adding_host.json b/ambari-client/src/test/python/json/error_adding_host.json new file mode 100644 index 0000000..06d1bc9 --- /dev/null +++ b/ambari-client/src/test/python/json/error_adding_host.json @@ -0,0 +1,4 @@ +{ + "status" : 400, + "message" : "Attempted to add unknown hosts to a cluster. These hosts have not been registered with the server: dev05" +} \ No newline at end of file
