1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

bug : Add affinity group attr for Azure

This commit is contained in:
Daniel Molina 2015-03-11 18:05:08 +01:00
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"),