feat(xo-server/network.create): allow pool admins (#5873)
This commit is contained in:
parent
f20d5cd8d3
commit
5d42961761
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
> 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
|
### Bug fixes
|
||||||
|
|
||||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||||
|
@ -28,7 +28,6 @@ create.params = {
|
|||||||
create.resolve = {
|
create.resolve = {
|
||||||
pool: ['pool', 'pool', 'administrate'],
|
pool: ['pool', 'pool', 'administrate'],
|
||||||
}
|
}
|
||||||
create.permission = 'admin'
|
|
||||||
|
|
||||||
// =================================================================
|
// =================================================================
|
||||||
|
|
||||||
@ -63,7 +62,6 @@ createBonded.params = {
|
|||||||
createBonded.resolve = {
|
createBonded.resolve = {
|
||||||
pool: ['pool', 'pool', 'administrate'],
|
pool: ['pool', 'pool', 'administrate'],
|
||||||
}
|
}
|
||||||
createBonded.permission = 'admin'
|
|
||||||
createBonded.description = 'Create a bonded network. bondMode can be balance-slb, active-backup or lacp'
|
createBonded.description = 'Create a bonded network. bondMode can be balance-slb, active-backup or lacp'
|
||||||
|
|
||||||
// ===================================================================
|
// ===================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user