Disable the 'routing table' index from the httpdomain

While very cool and quite handy, it doesn't make sense for how we use
netapi modules in Salt.
This commit is contained in:
Seth House 2014-06-19 13:13:06 -06:00
parent 6d09e554e4
commit d4f64e8d5d

View file

@ -399,7 +399,8 @@ class HTTPDomain(Domain):
'trace': {}
}
indices = [HTTPIndex]
# indices = [HTTPIndex]
indices = []
@property
def routes(self):