Add ability for super users to take ownership of namespaces
Fixes #1395
This commit is contained in:
parent
f75949d533
commit
20816804e5
14 changed files with 280 additions and 94 deletions
|
@ -343,6 +343,8 @@ def initialize_database():
|
|||
LogEntryKind.create(name='service_key_extend')
|
||||
LogEntryKind.create(name='service_key_rotate')
|
||||
|
||||
LogEntryKind.create(name='take_ownership')
|
||||
|
||||
ImageStorageLocation.create(name='local_eu')
|
||||
ImageStorageLocation.create(name='local_us')
|
||||
|
||||
|
|
Reference in a new issue