app/views/katello/api/v2/ping/show.json.rabl in katello-2.4.0.rc2 vs app/views/katello/api/v2/ping/show.json.rabl in katello-2.4.0.rc3
- old
+ new
@@ -1,6 +1,6 @@
object Katello::Util::Data.ostructize(@resource)
attribute :status
child :services => :services do
- attributes :elasticsearch, :foreman_tasks, :foreman_auth, :candlepin, :candlepin_auth, :pulp, :pulp_auth
+ attributes :foreman_tasks, :foreman_auth, :candlepin, :candlepin_auth, :pulp, :pulp_auth
end