authorities can also have a 'name' for standalone deployments
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 2 Jun 2015 12:09:26 +0000 (14:09 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 2 Jun 2015 12:09:26 +0000 (14:09 +0200)
commita5fdefe7f034410ab55ba0d739c2b802334418e9
treee449bfa633a2dc3274e28f22143ec0b8116f9040
parent862a054f009010f2356c0064bd0930b562bfb443
authorities can also have a 'name' for standalone deployments
comes with a db migration to that effect as well
authority name can be set in sfi register and/or sfi update
in the mix, bugfix for user emails: sfi update ... --email foo
was not making it to the sfa db
Makefile
sfa/client/sfi.py
sfa/storage/migrations/versions/001_slice_researchers.py
sfa/storage/migrations/versions/002_authority_pis.py
sfa/storage/migrations/versions/003_sliver_allocations.py
sfa/storage/migrations/versions/004_authority_name.py [new file with mode: 0644]
sfa/storage/model.py