From 9dd689ff9d4e167f00802b39bea390b763a5a7e9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 25 Aug 2011 14:03:48 -0500 Subject: Fixed host keytab status after setting OTP. The host details page has been modified to update the keytab status based on the data returned by the host-mod command for setting OTP. Ticket #1710 --- install/ui/test/data/host_mod.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/test/data/host_mod.json') diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json index 3cb7d9ec5..2e34257e8 100644 --- a/install/ui/test/data/host_mod.json +++ b/install/ui/test/data/host_mod.json @@ -46,6 +46,8 @@ "fqdn": [ "test.example.com" ], + "has_keytab": false, + "has_password": true, "ipauniqueid": [ "ac28dca0-f3b5-11df-879f-00163e72f2d9" ], -- cgit