Updated syndicate admin and models:
authorjcnelson <jcnelson@cs.princeton.edu>
Thu, 10 Jul 2014 23:33:34 +0000 (19:33 -0400)
committerjcnelson <jcnelson@cs.princeton.edu>
Thu, 10 Jul 2014 23:33:34 +0000 (19:33 -0400)
commit575a1353cfb6fd98960278e2146ad6d1c4e49be4
tree9400d400ad5c61300f6fb81828751a8ed80b83b7
parent160012b3e53f8957e9c237d1c647e0dea3018a35
Updated syndicate admin and models:
* Added slice-specific secret, autogenerated when a Volume is mounted on a slice for the first time
* Rename syndicate to syndicate_storage to avoid package import conflicts
* Use more sensible field names
* Remove BitField usage
planetstack/syndicate/__init__.py [deleted file]
planetstack/syndicate/models.py [deleted file]
planetstack/syndicate_storage/__init__.py [new file with mode: 0644]
planetstack/syndicate_storage/admin.py [moved from planetstack/syndicate/admin.py with 66% similarity]
planetstack/syndicate_storage/models.py [new file with mode: 0644]