allow management of 2 types of SCM inventory sources

This commit is contained in:
AlanCoding
2017-04-30 10:05:35 -04:00
parent 84b8dcece0
commit 8d2598beee
8 changed files with 184 additions and 35 deletions
+2
View File
@@ -240,7 +240,9 @@ def scm_inventory_source(inventory, project):
return InventorySource.objects.create(
name="test-scm-inv",
scm_project=project,
source='scm',
source_path='inventory_file',
update_on_project_update=True,
inventory=inventory)