AC-567 Remove source_tags from API/UI. Modify EC2 inventory to not return instance ID groups.

This commit is contained in:
Chris Church
2013-10-23 22:46:04 -04:00
parent 04824c8477
commit 27ad680f4d
6 changed files with 10 additions and 22 deletions

View File

@@ -686,6 +686,7 @@ class InventorySource(PrimordialModel):
blank=True,
default='',
)
# FIXME: Remove tags field when making other migrations for credential changes!
source_tags = models.CharField(
max_length=1024,
blank=True,