]> git.proxmox.com Git - pve-access-control.git/commit
fix module namespace of realm sync API
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 07:37:46 +0000 (09:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 07:37:47 +0000 (09:37 +0200)
commit27014b5908492015b42c0b63dcea102708554e4a
tree2f130a2dd865f04666d63b5b56e79a1b1b4c91ed
parent37976acc6d38187be323b983aa56ee3ffa91abe7
fix module namespace of realm sync API

it isn't mounted in PVE::API2::AccessControl and it doesn't lives
anywhere in /access, so using that is just confusing.

Both, API and backend could simply move to manager, but as we already
got an api package here and it does somewhat fits into the topic lets
keep it here for now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/AccessControl/Makefile [deleted file]
src/PVE/API2/AccessControl/RealmSync.pm [deleted file]
src/PVE/API2/Jobs/Makefile [new file with mode: 0644]
src/PVE/API2/Jobs/RealmSync.pm [new file with mode: 0644]
src/PVE/API2/Makefile