feat(xo-server/network.create): allow pool admins (#5873)

This commit is contained in:
Mathieu 2021-08-13 14:22:58 +02:00 committed by GitHub
parent f20d5cd8d3
commit 5d42961761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [New network] Ability for pool's admin to create a new network within the pool (PR [#5873](https://github.com/vatesfr/xen-orchestra/pull/5873))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”

View File

@ -28,7 +28,6 @@ create.params = {
create.resolve = {
pool: ['pool', 'pool', 'administrate'],
}
create.permission = 'admin'
// =================================================================
@ -63,7 +62,6 @@ createBonded.params = {
createBonded.resolve = {
pool: ['pool', 'pool', 'administrate'],
}
createBonded.permission = 'admin'
createBonded.description = 'Create a bonded network. bondMode can be balance-slb, active-backup or lacp'
// ===================================================================