check license permission on host create

This commit is contained in:
Chris Meyers 2016-07-21 16:53:25 -04:00
parent 46998cdcfe
commit 4cf7344dc4

View File

@ -1573,6 +1573,7 @@ class InventoryScanJobTemplateList(SubListAPIView):
class HostList(ListCreateAPIView):
always_allow_superuser = False
model = Host
serializer_class = HostSerializer