Removed the URLer service

We don't have a need for it any more, so it can go.
This commit is contained in:
2018-01-31 14:33:41 +01:00
parent 08a814525b
commit 1b57b333df
6 changed files with 17 additions and 45 deletions

View File

@@ -65,13 +65,6 @@ def create_badger_account(email, badges):
create_service_account(email, ['badger'], {'badger': badges.strip().split()})
@manager_setup.command
def create_urler_account(email):
"""Creates a new service account that can fetch all project URLs."""
create_service_account(email, ['urler'], {})
@manager_setup.command
def create_local_user_account(email, password):
from pillar.api.local_auth import create_local_user