Starting in the Queens release, nova-common requires the ceph-common package which installs a Ceph user and group outside of our service account range.
/etc/passwd:ceph:x:64045:64045:Ceph storage service:/var/lib/ceph:/bin/false /etc/group:ceph:x:64045:
The enforce-users-groups-cleanup process then deletes this service and group account. We already manage the Ceph user and group in the ceph module that will be used for future cloudvirts, maybe we can split that up and use it here too.