#804994 Disabling domains

Package:
vmm
Source:
vmm
Submitter:
martin f krafft
Date:
2015-11-13 08:36:05 UTC
Severity:
wishlist
#804994#5
Date:
2015-11-13 08:33:47 UTC
From:
To:
It would be nice if there was an interface to disable a domain
without deleting it from the database, i.e. an is_active field of
sorts, and a UI e.g.

  vmm domainenable [domain]
  vmm domaindisable [domain]

Obviously, I can introduce the database field myself and amend my
queries, but I think this would be a useful feature to have by
default.

And then maybe even extend it to users and possibly aliases…