mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
bug #3675: Add affinity group attr for Azure
This commit is contained in:
parent
089df28333
commit
c2f6b2a3e7
@ -1207,6 +1207,11 @@ var hybrid_inputs = {
|
||||
}
|
||||
],
|
||||
azure: [
|
||||
{
|
||||
name: "AFFINITY_GROUP",
|
||||
label: tr("Affinity Group"),
|
||||
tooltip: tr("Affinity groups allow you to group your Azure services to optimize performance. All services and VMs within an affinity group will be located in the same region")
|
||||
},
|
||||
{
|
||||
name: "AVAILABILITY_SET",
|
||||
label: tr("Availability Set"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user